BSkyLoadRefresh | R Documentation |
loads the specified dataframe in the BlueSky Statistics UI datagrid.
BSkyLoadRefresh(
bskyDatasetName,
load.dataframe = TRUE,
isRmarkdownOutputOn = BSkyIsRmarkdownOutputOn()
)
bskyDatasetName |
is the dataframe name (use quotes around the name) |
load.dataframe |
is provided so that you can selectively refresh or not refresh the UI datagrid. This parameter is defined in the dialog to make the decision, whether to refresh the UI datagrid or not. Default value is TRUE. |
df <-data.frame(A=c(1,2,3), B=c(4,5,6), C=c(6,7,8))
BSkyLoadRefresh('df')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.