stone_transform: Transform extracted_data into transformed_data

View source: R/transform.R

stone_transformR Documentation

Transform extracted_data into transformed_data

Description

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.

Usage

stone_transform(extracted_data)

Arguments

extracted_data

The extracted data that was generated by the previous extract call

Details

For specific information on what steps the transform function does. see the vignette.

Value

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.


vimc/stoner documentation built on May 16, 2024, 11:09 a.m.