compound_fixer | R Documentation |
This function uses a default list of compound words (common to the SIT) and replaces the response where appropriate to match the right usage.
compound_fixer(response, comp)
response |
the response variable |
comp |
a named vector of compounds (e.g., |
response = c("rose bush", "junkyard", "door man", "cracker jack") compound_fixer( response, comp = c( "junk yard" = "junkyard", "crackerjack" = "cracker jack" ))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.