R/globals.r

# Trick to suppress some check warnings
globalVariables(
  c(
    ":=", "identifier", "method", "variable", "value", "sd",
    "SD", "N", "median", "M", "pct", "DV", "group", "term", "terms", "n",
    "column", "name", "name1", "vars", "statistic", "statistic_name",
    "df_to_group", "ci_df_to_group", "fixed_cors", "ci_df_to_group", "head",
    "combn", "var", "name2", "corrs", "level", "lhs", "rhs", "op"
  )
)

Try the tidystats package in your browser

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

tidystats documentation built on Oct. 17, 2023, 1:06 a.m.