View source: R/mutate-column.R
do_mutate | R Documentation |
Create new column with the value when specified between a
symbols less then <
and more than >
in the standard columns. For
example when specified under KJONN
as <2>
, a new column KJONN
is
created with value 2.
This function is applicable for columns "GEO", "AAR", "KJONN", "ALDER", "UTDANN", "LANDSSB"
, all "TABS"
and all "VALS"
.
do_mutate(dt = NULL, spec = NULL)
dt |
Input data preferrably in a |
spec |
Specifications data as a data.frame |
Other mutate-column functions:
get_mutate_value()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.