str_to_obj: Convert a string (generated using obj_to_str) back to an...

Description Usage Arguments Value Examples

View source: R/utility.R

Description

Convert a string (generated using obj_to_str) back to an object.

Usage

1

Arguments

str

A string generated using obj_to_str().

Value

An object.

Examples

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

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