eval_coding | R Documentation |
To prevent requiring attaching the 'rcoder' package, this function takes in an unevaluated expression – assumed to be a 'coding()' call – and evaluates the expression with _only_ 'coding' and 'code' provided to guard against rogue code.
eval_coding(expr)
expr |
An expression |
An evaluated 'coding' object
eval_coding('coding(code("Yes", 1), code("No", 0))')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.