stone_transform | R Documentation |
Transform touchstone-relevant extracted data into tables ready for
database import. This should be called from the transform code of montagu-import,
calling stoner::stone_transform(extracted_data)
with the same argument provided
to the montagu-import transform function.
stone_transform(extracted_data)
extracted_data |
The extracted data that was generated by the previous extract call |
For specific information on what steps the transform function does. see the vignette.
A list of data frames, one for each table, with names matching the database table names, and containing rows to be added to that table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.