View source: R/checkMicroData.R
checkMicroData | R Documentation |
This function checks a summarized utable object for microdata. Currently it checks all data colums and all rows. This means it may flag means, medians, etc as microdata, even though they might be fine to export (i.e if the mean value of some variable is 2, this function will flag it as microdata).
checkMicroData(dat, min.val = 5)
dat |
Table to be checked. Must be the summarized output of Publish::utable() |
min.val |
The minimum value allowed, anything below this value will be flagged as microdata |
A message showing the location of any microdata found, or a statement that no microdata was found
checkMicroData(summary(Publish::utable(cyl ~ vs, data=mtcars)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.