create_method_step.Rd
Create an emld list for a methodStep.
create_method_step(step_id, meta_list, dataset_id, file_dir = "")
step_id | (numeric) A methodStep ID. Distinct IDs constitute distinct methodSteps. |
---|---|
meta_list | (list) A list of dataframes containing metadata returned by |
dataset_id | (numeric) A dataset ID. |
file_dir | (character) Path to directory containing flat files (abstract and method documents). Defaults to "" or current R working directory. |
(list) An emld list containing a methodStep for the specified dataset ID and methodStep ID.