Description Usage Format Details
The idea is that we reduce the import to a set of scriptable actions that the import function can select from and are more maintainable / generic.
1 |
An object of class list
of length 50.
It is expected we'll start down this road with a hybrid of hard coding and scriptable components. The following line can be used to produce a data frame from the lists; but lists (ie. a vector of objects of class transforms) are probably the best way to create the data initially.
test_frame <- do.call(rbind.data.frame, test_transforms)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.