download_cloud_data: Download Darwin Cloud Data

Description Usage Arguments Value See Also Examples

View source: R/dictionary.R

Description

'download_cloud_data()' is a function used to download Darwin Cloud data. First it downloads data, then it subsets informative columns and renames them so they could be used in 'shiny' app.

Usage

1
2
3
4
5
6
7
download_cloud_data(
  path_remote = "https://raw.githubusercontent.com/kurator-org/",
  path_github = "kurator-validation/master/packages/kurator_dwca/",
  path_file = "data/vocabularies/darwin_cloud.txt",
  column_field = "fieldname",
  column_stand = "standard"
)

Arguments

path_remote

a character string that specifies path to remote repository (Kurator in Github)

path_github

a character string that specifies path within given repository

path_file

a character string that specifies name of a dictionary file

column_field

a character string that specifies name of the column that contains field information

column_stand

a character string that specifies name of the column that contains standard information

Value

data.frame of Darwin Cloud data.

See Also

Other dictionary functions: clean_dwc(), get_darwin_core_info()

Examples

1

bd-R/bdDwC documentation built on Oct. 4, 2021, 11:06 a.m.