dots_to_charlist: Convert dots to a list of character vectors

View source: R/relabel_proportions.R

dots_to_charlistR Documentation

Convert dots to a list of character vectors

Description

This function is intended to allow the user to use NSE within their dot calls for the express purpose of renaming functions. This function is intended for internal use to be passed to other MSF packages.

Usage

dots_to_charlist(parent = 1L)

Arguments

call

a language object reflecting the current call.

...

passed from the calling function

Value

a list of character vectors

Examples

x <- function(...) {
  dots_to_charlist()
}
x(a = 1, b = TRUE, c = three)

R4EPI/msfmisc documentation built on Feb. 9, 2023, 4:40 a.m.