format.numeric.colums: Format data from character to numeric

Description Usage Arguments

View source: R/Utils_Gets.R

Description

When a data is downloaded from web it is saved as a list or data.frame with columns containing strings of information (character format). This function reads the values and if it sees in these columns only numbers will convert the column to class numeric.

Usage

1
2
## S3 method for class 'numeric.colums'
format(X, exceptions)

Arguments

X

data.frame


timriffe/DDSQLtools documentation built on Oct. 6, 2021, 5:34 p.m.