View source: R/DataConversionFunctions.R
Multi-value column ingestion.
1 2 3 4 5 6 7 | IngestMultiValuedDataColumn(
itemRows,
tagTypeColName,
itemIDColName = "ID",
nTagsPerField = 12,
split = ","
)
|
itemRows |
a data frame of flat content data |
tagTypeColName |
column name of the relationship to be ingested in |
nTagsPerField |
number of tags per field of the column |
itemIDName |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.