Description Usage Arguments Value Examples
Enable pipe validations
1 | makeItPassIf(fun)
|
fun |
function created from isThisDFOk or other |
function that takes df as it's argument and checks it's validity from function you've provided
1 2 3 4 5 | thisIsIris = isThisDFOk(schema_iris)
df = makeItPassIf(thisIsIris)(iris)
head(df)
makeItPassIf(thisIsIris)(mtcars)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.