Description Usage Arguments Value Examples
this function create checker functions (it's mostly for readability)
1 | isThisDFOk(schema)
|
schema |
schema you want ot compare to |
df |
data.frame you want to check |
function
1 2 3 | df = data.frame(foo = "x", bar = "y")
isFooBar = isThisDFOk(schema_example)
isFooBar(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.