error_message_empty_env_barchart: Check if quosure elements in parameters exist in the...

Description Usage Arguments Details Value

View source: R/checking_utilities.R

Description

Check if quosure elements in parameters exist in the environment given by the user for boxplots

Usage

1
2
error_message_empty_env_barchart(x, subset.x = NULL, y, infimum_error,
  supremum_error)

Arguments

infimum_error

: column name (without quotes) of .data containing value of the lower limit for the error bars

supremum_error

: column name (without quotes) of .data containing value of the upper limit for the error bars

x:

element of .data that contains the different values of the categorical data

subset.x:

element containing all the subset categories of x. Default value is NULL to use the function for simple barchart. If it is specified it is for grouped barchart

Details

Check if the parameter exists in the environment for a barchart

Value

a string with the error message containing names of the paramaters that don't exist in environment for barchart


sharonorengo/visualisationIMPACT documentation built on Aug. 12, 2019, 3:34 p.m.