View source: R/merge_location_cols.R
merge_location_cols | R Documentation |
Merge the two locations columns into one
merge_location_cols(raw_data)
raw_data |
data frame of raw data |
h <- c('Morpeth Town','Morpeth Town')
df <- data.frame(h,h)
names(df) <- c('Sample.Loc', 'Sample.L_1')
data <- merge_location_cols(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.