downloadCloudData {bdDwC} | R Documentation |
Download Darwin Cloud Data
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
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
downloadCloudData()
[Package bdDwC version 0.1.15 Index]