validate_data: Validate and Process 'data.frame' for SAS

View source: R/utils.R

validate_dataR Documentation

Validate and Process data.frame for SAS

Description

[Experimental] Validate if data contains validate variable names in SAS, and remove possible row names.

Usage

validate_data(data)

Arguments

data

(data.frame)
data.frame to be checked.

Details

In SAS, the variable names should be consist of letters, numbers and underscore. Other characters are not allowed. In addition, in SAS, row names(index) are not allowed.

Value

data.frame


sasr documentation built on April 3, 2025, 11:24 p.m.