Description Usage Arguments Examples
This function cleans the tagging of image quality that was done manually
1 | cleanImgQual(x)
|
x |
a string representing the image quality that has been manually coded |
1 2 3 4 5 6 | df <- tibble::tribble(
~image_quality,
"good",
"N.P"
)
df$image_quality_coded <- sapply(df$image_quality, cleanImgQual)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.