set_column: Set Column

View source: R/set_column.R

set_columnR Documentation

Set Column

Description

Set Column

Usage

set_column(
  df,
  column,
  value = NULL,
  indices = NULL,
  from = NULL,
  must_exist = TRUE
)

Arguments

df

data frame

column

column

value

value

indices

row indices

from

name of source column, optional

must_exist

is column assumed to exist?


KWB-R/kwb.prep documentation built on June 11, 2022, 1:29 p.m.