View source: R/set_protected_flag.R
set_protected_flag | R Documentation |
Set the protected flag for appropriate species
set_protected_flag(raw_data)
raw_data |
data frame of raw data |
a <- c('','')
d <- c('insect - butterfly','bird')
e <- c('Pieris rapae','Turdus merula')
df <- data.frame(d,e,a)
names(df) <- c('Taxon.grou', 'Taxon.Lati','AllUKLeg')
data <- set_protected_flag(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.