View source: R/DataConversionFunctions.R
Partition combined columns
1 2 3 4 5 6 | SplitColumnOfTags(
dataColumn,
numberOfSplits,
sep = ",",
emptyStringReplacement = "null"
)
|
dataColumn |
data vector |
numberOfSplits |
number of strings into which is field is split |
emptyStringReplacement |
with what value empty strings are replaced |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.