Description Usage Arguments Value Examples
Search for potential missing values (i.e., sentences that are merely a
punctuation mark) and optionally replace with missing value (NA
).
Useful in the initial cleaning process.
1 | potential_NA(text.var, n = 3)
|
text.var |
The text variable. |
n |
Number of characters to consider for missing (default is 3). |
Returns a dataframe of potential missing values row numbers and text.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.