BSkyLoadRefresh: Loading a dataframe in the BlueSky Statistics UI datagrid

BSkyLoadRefreshR Documentation

Loading a dataframe in the BlueSky Statistics UI datagrid

Description

loads the specified dataframe in the BlueSky Statistics UI datagrid.

Usage

BSkyLoadRefresh(
  bskyDatasetName,
  load.dataframe = TRUE,
  isRmarkdownOutputOn = BSkyIsRmarkdownOutputOn()
)

Arguments

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.

Examples

df <-data.frame(A=c(1,2,3), B=c(4,5,6), C=c(6,7,8))
BSkyLoadRefresh('df')

BlueSkyStatistics/BlueSky documentation built on April 14, 2025, 7:39 a.m.