replace_name_column_with_other: Replace Name Column with Other

View source: R/CleanRawData.R

replace_name_column_with_otherR Documentation

Replace Name Column with Other

Description

Rpackage file: CleanRawData.R

Usage

replace_name_column_with_other(
  main_column,
  other_column1,
  other_column2,
  other_column3
)

Arguments

main_column

The column you are searching for "other" values in (e.g. crop_name)

other_column1

The first "other" column you are searching through, e.g. "crops_other1"

other_column2

The second "other" column you are searching through, e.g. "crops_other2"

other_column3

The third "other" column you are searching through, e.g. "crops_other3"


l-gorman/rhomis-R-package documentation built on Nov. 8, 2023, 6:46 a.m.