Description Usage Arguments Value Examples
prepNHMData
Reads in old format geospatial data taking user input.
Terminal prompts ask for path to data and layer type, once entered
prepIUCNData is read in and reformated to 'sf' format. Spaces in the
binomial
column are replaced with _
1 | prepNHMData(x, indexToChange = NULL)
|
x |
a csv file containing NHM records |
indexToChange |
if the index you need to change is already known please
enter it here to save time. Including this mostly to make the vignette run
properly as it doesn't like terminal input. Default of |
An object of class sf (a data frame) with a column renamed to
binomial
, with binomial names underscorred, filtered to exclude NA
values.
1 2 3 4 5 | data.frame <- prepNHMData()
'please enter path'
path/to/your/data
'please enter column index to rename'
YourIndexHere
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.