https://github.com/cran/rgbif
Raw File
Tip revision: 5e29894c5f41b0fd87c73bd071b781741dba9a4f authored by Scott Chamberlain on 08 June 2015, 18:25:51 UTC
version 0.8.4
Tip revision: 5e29894
NAMESPACE
# Generated by roxygen2 (4.1.1): do not edit by hand

S3method(print,gbif)
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(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_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,rbindlist)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,http_status)
importFrom(httr,stop_for_status)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(magrittr,"%>%")
importFrom(whisker,whisker.render)
back to top