temporary_folder: Creates a temporary folder

Description Usage Details Value

View source: R/helpers_misc.R

Description

Creates a temporary folder

Usage

1

Details

The temporary_folder() function is a convenience function used to create a new temporary folder inside the temporary directory (see tempdir) for the current R session. The name of the subfolder is always "jaysire_" followed by a 5-character alphanumeric string.

The purpose of this function is mostly expository: it makes it a little easier to create easy-to-follow tutorials on the package website. It is not expected that users of the jaysire package would have much need for this function

Value

A string specifying the path to the folder


djnavarro/jaysire documentation built on April 12, 2021, 4:25 a.m.