transposer.Rd
Main function to tranfer a set of data.table(s) present in .GlobalEnv on an IDS structure
transposer(file.definition = "EntityRelationDefinition.xls", sheet = c("Entity", "Relationship"), Name.DataBase = "DB release_0.1", output.csv = NA)
file.definition | xlsx-files with the instructions to perform the transfer of the data contained in the data.table objects present in .GlobalEnv to the tables required by the IDS format |
---|---|
sheet | Name of the pages within the book that contain the instructions. Only 'Entity' and/or 'Relationship' is allowed. |
Name.DataBase | Name of the database that identifies the data within the IDS network. |
output.csv | path where IDS files are stored. If output.csv = NA csv files are not produced |
outcome A list with the tables INDIVIDUAL, CONTEXT, INDIV_INDIV, INDIV_CONTEXT, CONTEXT_CONTEXT with the results of the data transfer,