IngestMultiValuedDataColumn: Multi-value column ingestion.

Description Usage Arguments

View source: R/DataConversionFunctions.R

Description

Multi-value column ingestion.

Usage

1
2
3
4
5
6
7
IngestMultiValuedDataColumn(
  itemRows,
  tagTypeColName,
  itemIDColName = "ID",
  nTagsPerField = 12,
  split = ","
)

Arguments

itemRows

a data frame of flat content data

tagTypeColName

column name of the relationship to be ingested in itemRows

nTagsPerField

number of tags per field of the column colName initemRows

itemIDName

antononcube/ERTMon-R documentation built on Oct. 14, 2021, 2:27 p.m.