R/global_variables.R

### Global variables for orderlabel:
# These are objects used as defaults in functions,
# but these global objects should be created in the individual R session by the user.
# The default shorcuts are just there to making coding faster.
utils::globalVariables(
  c('responses',
    'ordered_df'
  )
)
nick-moffitt/orderlabel documentation built on Nov. 9, 2023, 6:39 p.m.