register: Register a data.frame or list in Radiant

registerR 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


radiant.data documentation built on Oct. 16, 2023, 9:07 a.m.