-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use documented dwc terms dataset instead of inst txt file
- Loading branch information
Showing
10 changed files
with
52 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,3 +24,4 @@ revdep/library.noindex | |
^doc$ | ||
^Meta$ | ||
^vignettes/figure$ | ||
^data-raw$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#' Darwin core terms | ||
#' | ||
#' Used internally by [vert_id()] to filter data to Darwin core terms only. Get in touch with us if these terms need correcting or are out of date. | ||
#' | ||
#' @format ## `simple_dwc_terms` | ||
#' A character vector | ||
#' @source <https://raw.githubusercontent.com/tdwg/dwc/master/dist/simple_dwc_vertical.csv> | ||
"simple_dwc_terms" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
simple_dwc_terms <- | ||
tolower( | ||
readLines( | ||
'https://raw.githubusercontent.com/tdwg/dwc/master/dist/simple_dwc_vertical.csv')) | ||
|
||
usethis::use_data(simple_dwc_terms, overwrite = TRUE) |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.