https://github.com/cran/rgbif
Raw File
Tip revision: b34d55a17c1b5c83659b2eeed5ec82994df03a48 authored by John Waller on 11 January 2024, 08:40:02 UTC
version 3.7.9
Tip revision: b34d55a
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,derived_dataset)
S3method(print,derived_dataset_prep)
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)
export(dataset_comment)
export(dataset_constituents)
export(dataset_contact)
export(dataset_doi)
export(dataset_duplicate)
export(dataset_endpoint)
export(dataset_export)
export(dataset_get)
export(dataset_gridded)
export(dataset_identifier)
export(dataset_machinetag)
export(dataset_metrics)
export(dataset_networks)
export(dataset_noendpoint)
export(dataset_process)
export(dataset_search)
export(dataset_suggest)
export(dataset_tag)
export(datasets)
export(derived_dataset)
export(derived_dataset_prep)
export(elevation)
export(enumeration)
export(enumeration_country)
export(gbif_bbox2wkt)
export(gbif_citation)
export(gbif_geocode)
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(lit_count)
export(lit_search)
export(map_fetch)
export(mvt_fetch)
export(name_backbone)
export(name_backbone_checklist)
export(name_backbone_verbose)
export(name_issues)
export(name_lookup)
export(name_parse)
export(name_suggest)
export(name_usage)
export(network)
export(network_constituents)
export(networks)
export(nodes)
export(occ_count)
export(occ_count_basis_of_record)
export(occ_count_country)
export(occ_count_pub_country)
export(occ_count_year)
export(occ_data)
export(occ_download)
export(occ_download_cached)
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_get_verbatim)
export(occ_issues)
export(occ_metadata)
export(occ_search)
export(occ_spellcheck)
export(organizations)
export(parsenames)
export(pred)
export(pred_and)
export(pred_default)
export(pred_gt)
export(pred_gte)
export(pred_in)
export(pred_isnull)
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(R6,R6Class)
importFrom(data.table,fread)
importFrom(data.table,rbindlist)
importFrom(data.table,setDF)
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