to_dwc {finbif} | R Documentation |
Convert variable names
Description
Convert variable names to Darwin Core or FinBIF R package native style.
Usage
to_dwc(...)
to_native(...)
from_schema(
...,
to = c("native", "dwc", "short"),
file = c("none", "citable", "lite")
)
Arguments
... |
Character. Variable names to convert. For |
to |
Character. Type of variable names to convert to. |
file |
Character. For variable names that are derived from a FinBIF download file which type of file. |
Value
Character vector.
Examples
to_dwc("record_id", "date_time", "scientific_name")
[Package finbif version 0.9.7 Index]