obj_to_str: Convert an object to a string.

Description Usage Arguments Value Examples

View source: R/utility.R

Description

Convert an object to a string.

Usage

1

Arguments

obj

An object.

Value

A string.

Examples

1
data.frame(x = c(NA, "A string"), y = 1:2) %>% obj_to_str()

woodwards/octopus documentation built on Jan. 7, 2020, 12:27 a.m.