data(
vi
)
#validating example data frame
vi <- validate_df(
df = vi
)
#validating example predictors
response <- validate_response(
df = vi,
response = "vi_mean"
)
#tagged as validated
attributes(response)$validated
Run the code above in your browser using DataLab