https://github.com/cran/rgbif
Raw File
Tip revision: 286a4c2f77f3b218a1fad3f7ba7bb56748c1bb22 authored by Scott Chamberlain on 29 June 2016, 22:36:26 UTC
version 0.9.4
Tip revision: 286a4c2
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,numeric)
S3method(gbif_citation,occ_download_get)
S3method(print,gbif)
S3method(print,gbif_citation)
S3method(print,gbif_data)
S3method(print,gbif_download)
S3method(print,occ_download)
S3method(print,occ_download_get)
S3method(print,occ_download_meta)
S3method(type_sum,Date)
S3method(type_sum,POSIXt)
S3method(type_sum,array)
S3method(type_sum,character)
S3method(type_sum,default)
S3method(type_sum,factor)
S3method(type_sum,integer)
S3method(type_sum,logical)
S3method(type_sum,matrix)
S3method(type_sum,numeric)
export("%>%")
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_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(gbifmap)
export(installations)
export(name_backbone)
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_get)
export(occ_download_import)
export(occ_download_list)
export(occ_download_meta)
export(occ_get)
export(occ_issues)
export(occ_issues_lookup)
export(occ_metadata)
export(occ_search)
export(organizations)
export(parsenames)
export(read_wkt)
export(rgb_country_codes)
export(suggestfields)
export(taxrank)
export(type_sum)
export(wkt_parse)
importFrom(V8,new_context)
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(httr,DELETE)
importFrom(httr,GET)
importFrom(httr,HEAD)
importFrom(httr,POST)
importFrom(httr,accept_json)
importFrom(httr,add_headers)
importFrom(httr,authenticate)
importFrom(httr,content)
importFrom(httr,content_type_json)
importFrom(httr,http_status)
importFrom(httr,stop_for_status)
importFrom(httr,user_agent)
importFrom(httr,write_disk)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(jsonlite,unbox)
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(stats,complete.cases)
importFrom(stats,na.omit)
importFrom(utils,browseURL)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,unzip)
importFrom(whisker,whisker.render)
importFrom(xml2,read_xml)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_text)
back to top