cleanImgQual: Clean image quality tagging

Description Usage Arguments Examples

View source: R/cleanImgQual.R

Description

This function cleans the tagging of image quality that was done manually

Usage

1

Arguments

x

a string representing the image quality that has been manually coded

Examples

1
2
3
4
5
6
df <- tibble::tribble(
  ~image_quality,
  "good",
   "N.P"
)
 df$image_quality_coded <- sapply(df$image_quality, cleanImgQual)

maczokni/misperTweetsCode documentation built on May 8, 2020, 5:14 p.m.