set_protected_flag: Set the protected flag for appropriate species

View source: R/set_protected_flag.R

set_protected_flagR Documentation

Set the protected flag for appropriate species

Description

Set the protected flag for appropriate species

Usage

set_protected_flag(raw_data)

Arguments

raw_data

data frame of raw data

Examples

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)

ERICNorthEast/ERIC_Data_Proc documentation built on Dec. 5, 2023, 12:19 p.m.