assertAndRetrieveTidyValue: Retriever of 'tidyselect'

View source: R/assertAndRetrieveTidyValue.R

assertAndRetrieveTidyValueR Documentation

Retriever of tidyselect

Description

As forestpot has evolved we now primarily use tidyverse select style. This function helps with backward compatibility

Usage

assertAndRetrieveTidyValue(
  x,
  value,
  name = deparse(substitute(value)),
  optional = FALSE
)

Arguments

x

The data with the potential value

value

The value

name

The name of the value

optional

Is the value optional

Value

value with attribute


gforge/forestplot documentation built on Aug. 30, 2023, 7:40 a.m.