https://github.com/cran/rgbif
Raw File
Tip revision: aeec60079e38ff5e1e0c91f9ccac19f2c6b64b8e authored by Scott Chamberlain on 13 February 2020, 05:40:02 UTC
version 2.1.0
Tip revision: aeec600
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(as.download,character)
S3method(as.download,download)
S3method(gbif_citation,character)
S3method(gbif_citation,gbif)
S3method(gbif_citation,gbif_data)
S3method(gbif_citation,numeric)
S3method(gbif_citation,occ_download_get)
S3method(gbif_citation,occ_download_meta)
S3method(print,gbif)
S3method(print,gbif_citation)
S3method(print,gbif_data)
S3method(print,occ_download)
S3method(print,occ_download_get)
S3method(print,occ_download_meta)
S3method(print,occ_download_prep)
S3method(print,occ_predicate)
S3method(print,occ_predicate_list)
export("%>%")
export(DownReq)
export(GbifQueue)
export(as.download)
export(blanktheme)
export(check_wkt)
export(count_facet)
export(dataset_metrics)
export(dataset_search)
export(dataset_suggest)
export(datasets)
export(elevation)
export(enumeration)
export(enumeration_country)
export(gbif_bbox2wkt)
export(gbif_citation)
export(gbif_issues)
export(gbif_issues_lookup)
export(gbif_names)
export(gbif_oai_get_records)
export(gbif_oai_identify)
export(gbif_oai_list_identifiers)
export(gbif_oai_list_metadataformats)
export(gbif_oai_list_records)
export(gbif_oai_list_sets)
export(gbif_photos)
export(gbif_wkt2bbox)
export(installations)
export(map_fetch)
export(mvt_fetch)
export(name_backbone)
export(name_issues)
export(name_lookup)
export(name_suggest)
export(name_usage)
export(networks)
export(nodes)
export(occ_count)
export(occ_data)
export(occ_download)
export(occ_download_cancel)
export(occ_download_cancel_staged)
export(occ_download_dataset_activity)
export(occ_download_datasets)
export(occ_download_get)
export(occ_download_import)
export(occ_download_list)
export(occ_download_meta)
export(occ_download_prep)
export(occ_download_queue)
export(occ_download_wait)
export(occ_facet)
export(occ_get)
export(occ_issues)
export(occ_metadata)
export(occ_search)
export(occ_spellcheck)
export(organizations)
export(parsenames)
export(pred)
export(pred_and)
export(pred_gt)
export(pred_gte)
export(pred_in)
export(pred_like)
export(pred_lt)
export(pred_lte)
export(pred_not)
export(pred_notnull)
export(pred_or)
export(pred_within)
export(rgb_country_codes)
export(suggestfields)
export(taxrank)
export(wkt_parse)
importFrom(data.table,fread)
importFrom(data.table,rbindlist)
importFrom(data.table,setDF)
importFrom(geoaxe,chop)
importFrom(geoaxe,to_wkt)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,map_data)
importFrom(ggplot2,position_jitter)
importFrom(ggplot2,scale_color_brewer)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(jsonlite,unbox)
importFrom(lazyeval,lazy_dots)
importFrom(lazyeval,lazy_eval)
importFrom(magrittr,"%>%")
importFrom(oai,get_records)
importFrom(oai,id)
importFrom(oai,list_identifiers)
importFrom(oai,list_metadataformats)
importFrom(oai,list_records)
importFrom(oai,list_sets)
importFrom(whisker,whisker.render)
importFrom(xml2,read_xml)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_text)
back to top