View source: R/rezrDF_lowerToHigher.R
concatStringFields | R Documentation |
Not recommended to be called by most users; addFieldForeign with concatenateAll suffices for most purposes.
concatStringFields(
simpleDF,
complexDF,
complexNodeMap,
fieldnames,
tokenListName = "tokenList",
separator = "",
...
)
simpleDF |
The lower-level dataframe, for example the token dataframe for chunks and units, or the unit dataframe for stacks. |
complexDF |
The dataframe that you're trying to add the concatenated fields to. |
complexNodeMap |
The node map corresponding to the simpleDF. |
fieldnames |
The fields to be concatenated. |
separator |
The character by which words will be separated. |
... |
Additional fields 'simpleDFAddress', 'complexNodeMapAddress', 'fieldaccess' (foreign by default) from |
complexDF
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.