preCrunchBoxCheck {crunch} | R Documentation |
Check if a dataset will make a good CrunchBox
Description
CrunchBoxes allows you to share data with the world in a simple, easy to embed format. However, not all datasets naturally translate to the CrunchBox format. This function checks your dataset to see if it has variable & category definitions that will work well with the CrunchBox format.
Usage
preCrunchBoxCheck(dataset)
Arguments
dataset |
CrunchDataset, potentially subsetted on variables |
Value
Invisibly, the dataset. Called for side-effect of printing things.
See Also
[Package crunch version 1.30.4 Index]