downloadCloudData: Download Darwin Cloud Data

Description Usage Arguments Value Examples

Description

'downloadCloudData()' 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
  downloadCloudData(pathRemote = "https://raw.githubusercontent.com/kurator-org",
  pathGithub = "/kurator-validation/master/packages/kurator_dwca/data/vocabularies/",
  pathFile = "darwin_cloud.txt", columnField = "fieldname",
  columnStand = "standard")

Arguments

pathRemote

Path to remote repository (Kurator in Github).

pathGithub

Path within given repository.

pathFile

Name of a file.

columnField

Name of the column that contains field information.

columnStand

Name of the column that contains standard information.

Value

data.frame of Darwin Cloud data.

Examples

1

bdDwC documentation built on May 2, 2019, 11:11 a.m.