open_file_in_tempdir: Store a data.frame in tempdir and open it

Description Usage Arguments Value Examples

View source: R/helpful_functions.R

Description

Stores a data.frame in tempdir and opens the file Please note: Currently only Windows supported

Usage

1
open_file_in_tempdir(object_to_store)

Arguments

object_to_store

data.frame to store and open

Value

data.frame

Examples

1
open_file_in_tempdir(object_to_store = iris)

gmoeser/masem_R_DEV documentation built on May 27, 2020, 3:33 a.m.