embed_chr_table_html {saros} | R Documentation |
Interactive table of text data
Description
Interactive table of text data
Usage
embed_chr_table_html(
data,
dep = colnames(data),
...,
mesos_group = NULL,
call = rlang::caller_env()
)
Arguments
data |
Survey data
A data frame (or a srvyr-object) with the columns specified in the chapter_overview 'dep_cat', etc columns. |
dep |
Variable selections < Columns in |
... |
Dynamic dots Arguments forwarded to the corresponding functions that create the elements. |
mesos_group |
Specific group to compare with
Both the absolute and relative folderpaths are required, as strings. |
call |
Internal call
Both the absolute and relative folderpaths are required, as strings. |
Value
Data frame
[Package saros version 1.0.4 Index]