R/globals.r

# START

# Title:  Define globals
# Author: Sebastian Weinand
# Date:   5 February 2024

# see https://community.rstudio.com/t/how-to-solve-no-visible-binding-for-global-variable-note/28887
utils::globalVariables(
  c("p_base",
    "q_base",
    "w_base",
    "p_qbase",
    "q_qbase",
    "region",
    "group",
    "weight",
    "price",
    "error",
    "prod_share",
    "turnover",
    "prod_turnover",
    "quantity",
    "product")
  )

# END

Try the pricelevels package in your browser

Any scripts or data that you put into this service are public.

pricelevels documentation built on May 29, 2024, 9:50 a.m.