R/global_variables.R

utils::globalVariables(
  c(
    ".",
    "report_nr",
    "figure_nr",
    "report_type_id",
    "x",
    "x_var",
    "x_label",
    "x_var_label",
    "y",
    "y_var",
    "y_axis_label",
    "fill",
    "fill_var",
    "fill_label",
    "facet",
    "facet_var",
    "group",
    "group_var",
    "group_var_label",
    "group_label",
    "source_caption",
    "question_txt",
    "figure_type_id",
    "figure_caption",
    "heading",
    "subheading",
    "is_heading",
    "is_subheading",
    "report_author",
    "report_title",
    "file_name",
    "figure_height",
    "subfolder"
  )
)
RichardMeyer-Eppler/RUBer documentation built on June 2, 2022, 7:24 p.m.