Description Usage Arguments Value See Also Examples
EDAS Data Validation Methods
1 2 |
dataset |
a dataframe |
dateTimeColumn |
(optional) a datetime format, giving datetimeCol is not in POSIXCT type, the function first tries to convert "datetimeCol" to POSIXCT type. |
groupByColumn |
(optional) a group by column to create subsets which the function is applied individually. |
type |
a list of a validation method to apply on the dataset |
units, stats, hist, dataset
Other EDAS: EDAS.DB.API-class
,
describe.table
,
edas.datapreprocessing.daytype
,
edas.datavalidation.api.timeinterval
,
edas.db.api.query
, edas.db
,
edas.newModel
,
get.table.sample
1 2 3 4 | edas.validate(dataset, "DATE")
edas.validate(dataset, "DATE", "ID")
edas.validate(dataset, "DATE", "ID", type="daytype")
edas.validate(dataset, "DATE", "ID", c("daytype","timetype"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.