string_to_quote: string_to_quote

Description Usage Arguments Value Note Examples

Description

convert a string to a quoted expression within a function

Usage

1

Arguments

string

a character string that represents a variable or expression. The input parameter to a function.

Value

returns the quoted version of the string.

Note

Only use inside a function. Variable should be unquoted via UQ() or !! for use.

Examples

1
input <- string_to_quote(input) #where input is a parameter entered as string

TheProfitTable/loanportr documentation built on May 28, 2019, 3:17 p.m.