merge_location_cols: Merge the two locations columns into one

View source: R/merge_location_cols.R

merge_location_colsR Documentation

Merge the two locations columns into one

Description

Merge the two locations columns into one

Usage

merge_location_cols(raw_data)

Arguments

raw_data

data frame of raw data

Examples

h <- c('Morpeth Town','Morpeth Town')
df <- data.frame(h,h)
names(df) <- c('Sample.Loc', 'Sample.L_1')
data <- merge_location_cols(df)

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