validate_data: Validate and Process data.frame for SAS
Description
Validate if data contains validate variable names in SAS, and
remove possible row names.
Usage
validate_data(data)
Value
data.frame
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.