decode_clms: Decodes data.frame or data.table using decode_special_char

View source: R/encoding_decoding.R

decode_clmsR Documentation

Decodes data.frame or data.table using decode_special_char

Description

Unicode hex value _hx[0-9A-F]2_ columns are converted into non alpha numeric text

Usage

decode_clms(my_df, skip_clms = c(), replace_existing_clm = FALSE)

Arguments

my_df

Input date.frame or data.table

skip_clms

character vector of columns to skip

replace_existing_clm

Boolean to indicate whether encoded columns should be overwritten or written as <clm_name>_Decoded

Details

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ decode_clms ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Benjamin-Vincent-Lab/binfotron documentation built on Oct. 1, 2024, 8:33 p.m.