View source: R/import_leading_zero_check.R
Function accesses columns with numeric input and checks for rows where the numbers in columns don't match between the raw file and the dataframe, this denotes where leading zeroes are not carried over from the raw file to the dataframe.
1 | leading_zero_check(df, filepath)
|
df |
data frame to check |
filepath |
path to raw file we imported into data frame |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.