Description Usage Arguments Value See Also Examples
Wrapper function (merge
) for merging
demographic information with a person/text transcript.
1 2 |
transcript.df |
The text/person transcript dataframe |
key.df |
The demographic dataframe. |
common.column |
The column(s) shared by
|
defualt.arrange |
logical. If TRUE will arrange the columns with text to the far right. |
Outputs a merged transcript dataframe with demographic information.
1 2 3 4 | #First view transcript dataframe and demographics dataframe.
ltruncdf(list(raj, raj.demographics), 10, 50)
merged.raj <- key_merge(raj, raj.demographics)
htruncdf(merged.raj, 10, 40)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.