Description Usage Arguments Value Examples
View source: R/import_and_clean_data.R
Replaces all miscellaneous punctuation marks used to separate keywords and replaces them with a semicolon so that keywords properly separate in later steps.
1 | clean_keywords(keywords)
|
keywords |
a character vector containing keywords to clean |
a data frame with keyword punctuation standardized
1 2 3 4 5 6 7 | terms <- c("Picoides arcticus [Breeding season / / ] [Nests / / ]",
"[Forest and and woodland / Coniferous forest / ]",
"[Fire / Extreme wildfire / ] and [California / Sierra Nevada Mountains / ].")
clean_keywords(terms)
extract_terms(keywords=terms, method="tagged", min_freq = 1, ngrams = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.