merge_dialog_df | R Documentation |
Merge multiple dialog data.frame
merge_dialog_df(...)
... |
dialog data.frame or NULL |
data.frame containing all input dialogs
d1 <- dialog_df("message 1")
d2 <- dialog_df("message 2")
print(
merge_dialog_df(
d1,
merge_dialog_df(d1, d2),
NULL,
d2
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.