recode_other_from_log: Recode "other_" from log

View source: R/clean.R

recode_other_from_logR Documentation

Recode "other_" from log

Description

Recode "other_" from log

Usage

recode_other_from_log(.tbl, log, id_col, other)

Arguments

.tbl

A tibble

log

A cleaning log

id_col

The column id, usually "uuid"

other

A character vector of the start of all other column names. E.g., other = "other_"

Value

A tibble with "other_" recoded


gnoblet/impactR documentation built on March 20, 2023, 2:24 a.m.