https://github.com/cran/rgbif
Revision 704cc1f8cd6697e8dc2f9cb24a78685a799eba58 authored by Scott Chamberlain on 24 July 2015, 07:54:12 UTC, committed by cran-robot on 24 July 2015, 07:54:12 UTC
1 parent 8af5885
Raw File
Tip revision: 704cc1f8cd6697e8dc2f9cb24a78685a799eba58 authored by Scott Chamberlain on 24 July 2015, 07:54:12 UTC
version 0.8.8
Tip revision: 704cc1f
NAMESPACE
# Generated by roxygen2 (4.1.1): do not edit by hand

S3method(as.download,character)
S3method(as.download,download)
S3method(print,gbif)
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(commas_to_periods)
export(count_facet)
export(dataset_metrics)
export(dataset_search)
export(dataset_suggest)
export(datasetparser)
export(datasets)
export(elevation)
export(enumeration)
export(enumeration_country)
export(gbif_bbox2wkt)
export(gbif_capwords)
export(gbif_issues)
export(gbif_names)
export(gbif_photos)
export(gbif_wkt2bbox)
export(gbifmap)
export(gbifparser)
export(gbifparser_verbatim)
export(installations)
export(name_backbone)
export(name_lookup)
export(name_suggest)
export(name_usage)
export(namelkupparser)
export(networks)
export(nodes)
export(occ_count)
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(parseresults)
export(read_wkt)
export(rgb_country_codes)
export(suggestfields)
export(taxrank)
export(type_sum)
import(ggplot2)
importFrom(V8,new_context)
importFrom(XML,getNodeSet)
importFrom(XML,htmlParse)
importFrom(XML,xmlAttrs)
importFrom(XML,xmlSApply)
importFrom(XML,xmlToList)
importFrom(XML,xmlValue)
importFrom(XML,xpathApply)
importFrom(data.table,fread)
importFrom(data.table,rbindlist)
importFrom(httr,DELETE)
importFrom(httr,GET)
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,write_disk)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(jsonlite,unbox)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(stats,complete.cases)
importFrom(stats,na.omit)
importFrom(utils,browseURL)
importFrom(utils,head)
importFrom(utils,unzip)
importFrom(whisker,whisker.render)
back to top