fo_to_char: fo_to_char

Description Usage Arguments Details Value

Description

Converts a formula to character representaion.

Usage

1
2
3
4
fo_to_char(x, ...)

## S3 method for class 'formula'
as.character(x, ...)

Arguments

x

formula

...

arguments passed to and from other methods.

Details

'fo_to_char“ is a function provided for use to interface with ‘as.character.formula'. If ’biodatacoreUtils' is loaded, then 'as.character' should automatically find the '.formula' method. 'deparse_to_str' is the underlying function that does the conversion.

Value

A character vector


biodatacore/biodatacoreUtils documentation built on May 28, 2019, 7:11 p.m.