register {radiant.data}R Documentation

Register a data.frame or list in Radiant

Description

Register a data.frame or list in Radiant

Usage

register(
  new,
  org = "",
  descr = "",
  shiny = shiny::getDefaultReactiveDomain(),
  envir = r_data
)

Arguments

new

String containing the name of the data.frame to register

org

Name of the original data.frame if a (working) copy is being made

descr

Data description in markdown format

shiny

Check if function is called from a shiny application

envir

Environment to assign data to

See Also

See also add_description to add a description in markdown format to a data.frame


[Package radiant.data version 1.6.6 Index]