View source: R/snippets_clean.R
Remove snippets that have unusual text, such as numbers.
1 2 3 4 5 6 7 | snippets_clean(
x,
readability.limits = NULL,
measure = "Flesch",
verbose = TRUE,
...
)
|
x |
snippet data created by |
readability.limits |
Two-element numeric vector used to filter out snippets based on readability scores. Any snippets with values outside this range will be dropped. |
measure |
the value of |
verbose |
if |
... |
additional arguments passed to
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.