Nothing
Code
dt$x
Output
$tag
<Reactable data="{"group":["A","A","B","B","C","C"],"name":["Alice","Bob","Charlie","David","Eve","Frank"],"age":[25,30,35,40,22,28],"score":[85,90,88,92,95,87]}" columns="list(id = "group", name = "group", type = "character", sortable = TRUE, resizable = TRUE, filterable = TRUE, headerStyle = list(textAlign = "center")) list(id = "name", name = "name", type = "character", sortable = TRUE, resizable = TRUE, filterable = TRUE, headerStyle = list(textAlign = "center")) list(id = "age", name = "age", type = "numeric", sortable = TRUE, resizable = TRUE, filterable = TRUE, headerStyle = list(textAlign = "center")) list(id = "score", name = "score", type = "numeric", sortable = TRUE, resizable = TRUE, filterable = TRUE, headerStyle = list(textAlign = "center"))" searchable="TRUE" defaultPageSize="10" showPageSizeOptions="TRUE" defaultExpanded="TRUE" highlight="TRUE" striped="TRUE" dataKey="bdea78eb05bc4e48989730d861cae0f3" static="FALSE"></Reactable>
$class
[1] "reactR_markup"
Code
dt$x
Output
$tag
<Reactable data="{"group":["A","A","B","B","C","C"],"name":["Alice","Bob","Charlie","David","Eve","Frank"],"age":[25,30,35,40,22,28],"score":[85,90,88,92,95,87]}" columns="list(id = "group", name = "group", type = "character", sortable = TRUE, resizable = TRUE, filterable = TRUE, headerStyle = list(textAlign = "center")) list(id = "name", name = "name", type = "character", sortable = TRUE, resizable = TRUE, filterable = TRUE, headerStyle = list(textAlign = "center")) list(id = "age", name = "age", type = "numeric", sortable = TRUE, resizable = TRUE, filterable = TRUE, headerStyle = list(textAlign = "center")) list(id = "score", name = "score", type = "numeric", sortable = TRUE, resizable = TRUE, filterable = TRUE, headerStyle = list(textAlign = "center"))" groupBy="group" searchable="TRUE" defaultPageSize="10" showPageSizeOptions="TRUE" defaultExpanded="TRUE" highlight="TRUE" striped="TRUE" dataKey="bdea78eb05bc4e48989730d861cae0f3" static="FALSE"></Reactable>
$class
[1] "reactR_markup"
Code
dt$x
Output
$tag
<Reactable data="{"cdm_name":["A","A","B","B","C","C"],"male":[1,1,1,1,1,1],"female":[2,2,2,2,2,2],"cohort1":[3,3,3,3,3,3],"cohort2":[4,4,4,4,4,4]}" columns="list(id = "cdm_name", name = "cdm_name", type = "character", sortable = TRUE, resizable = TRUE, filterable = TRUE, headerStyle = list(textAlign = "center")) list(id = "male", name = "male", type = "numeric", sortable = TRUE, resizable = TRUE, filterable = TRUE, headerStyle = list(textAlign = "center")) list(id = "female", name = "female", type = "numeric", sortable = TRUE, resizable = TRUE, filterable = TRUE, headerStyle = list(textAlign = "center")) list(id = "cohort1", name = "cohort1", type = "numeric", sortable = TRUE, resizable = TRUE, filterable = TRUE, headerStyle = list(textAlign = "center")) list(id = "cohort2", name = "cohort2", type = "numeric", sortable = TRUE, resizable = TRUE, filterable = TRUE, headerStyle = list(textAlign = "center"))" columnGroups="list(headerStyle = list(textAlign = "center"), name = "sex", columns = list("male", "female")) list(headerStyle = list(textAlign = "center"), name = "cohort_name", columns = list("cohort1", "cohort2"))" searchable="TRUE" defaultPageSize="10" showPageSizeOptions="TRUE" defaultExpanded="TRUE" highlight="TRUE" striped="TRUE" dataKey="da8b4e1ed4f2cabd87c1a27a56aa82a3" static="FALSE"></Reactable>
$class
[1] "reactR_markup"
Code
dt$x
Output
$tag
<Reactable data="{"cdm_name":["A","A","B","B","C","C"],"male":[1,1,1,1,1,1],"female":[2,2,2,2,2,2],"cohort1":[3,3,3,3,3,3],"cohort2":[4,4,4,4,4,4]}" columns="list(id = "cdm_name", name = "cdm_name", type = "character", sortable = TRUE, resizable = TRUE, filterable = TRUE, headerStyle = list(textAlign = "center")) list(id = "male", name = "male", type = "numeric", sortable = TRUE, resizable = TRUE, filterable = TRUE, headerStyle = list(textAlign = "center")) list(id = "female", name = "female", type = "numeric", sortable = TRUE, resizable = TRUE, filterable = TRUE, headerStyle = list(textAlign = "center")) list(id = "cohort1", name = "cohort1", type = "numeric", sortable = TRUE, resizable = TRUE, filterable = TRUE, headerStyle = list(textAlign = "center")) list(id = "cohort2", name = "cohort2", type = "numeric", sortable = TRUE, resizable = TRUE, filterable = TRUE, headerStyle = list(textAlign = "center"))" columnGroups="list(headerStyle = list(textAlign = "center"), name = "sex", columns = list("male", "female")) list(headerStyle = list(textAlign = "center"), name = "cohort_name", columns = list("cohort1", "cohort2"))" groupBy="cdm_name" searchable="TRUE" defaultPageSize="10" showPageSizeOptions="TRUE" defaultExpanded="TRUE" highlight="TRUE" striped="TRUE" dataKey="da8b4e1ed4f2cabd87c1a27a56aa82a3" static="FALSE"></Reactable>
$class
[1] "reactR_markup"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.