make_valid_namesDS: Rename column names and character variables

View source: R/make_valid_namesDS.R

make_valid_namesDSR Documentation

Rename column names and character variables

Description

Passes the column names and the character variables through make.names, this creates names without any special characters so there are no problems for accessing any columns or any category when using the DataSHIELD parser.

Usage

make_valid_namesDS(x)

Arguments

x

data.frame Entry table to modify

Value

data.frame with the column names and character columns updated


isglobal-brge/dsOmics documentation built on March 22, 2023, 4:01 a.m.