relabel_raw_simple: Relabel Raw Simple

View source: R/relabel.R

relabel_raw_simpleR Documentation

Relabel Raw Simple

Description

Relabel Raw Simple

Usage

relabel_raw_simple(data, before, after, regex = FALSE)

Arguments

data

IPV raw estimates (simple)

before

character; a vector of names to replace

after

character; a vector of replacement names

regex

logical; should items be renamed based on regular expressions for treatment of global section in nested data?; defaults to FALSE

Details

This function does not support regular expressions. Provide full names only.

Value

the same data with renamed values / variables


IPV documentation built on Sept. 30, 2022, 5:08 p.m.