write_to_ws: Write an object out of a function directly into the workspace

Description Usage Arguments Value

View source: R/padis_general_functions.R

Description

This function is used to wirte objects from a function directly to the workspace or global environment.

Usage

1
write_to_ws(object, overwrite = FALSE)

Arguments

object

The object to be written into the workspace

overwrite

Logical, if the object exists already in the workspace, it will be overwritten if set to TRUE

Value

Returns the object in the workspace.


kthorstmann/padis documentation built on May 24, 2019, 5:01 a.m.