transposer: transposer

Description Usage Arguments Value

Description

Main function to tranfer a set of data.table(s) present in .GlobalEnv on an IDS structure

Usage

1
2
3
transposer(file.definition = "EntityRelationDefinition.xls",
  sheet = c("Entity", "Relationship"),
  Name.DataBase = "DB release_0.1", output.csv = NA)

Arguments

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

Value

outcome A list with the tables INDIVIDUAL, CONTEXT, INDIV_INDIV, INDIV_CONTEXT, CONTEXT_CONTEXT with the results of the data transfer,


viciana/RTransposer documentation built on May 24, 2019, 8:53 a.m.