Description Usage Arguments Details Value Examples
Quickly create and delete a temporary directory with a *sort of* random filepath.
1 2 3 4 5 | temp_dir()
create_temp_dir()
remove_temp_dir(tmpdir)
|
tmpdir |
A directory to delete (and it's contents). |
For terms_dates()
, you need to have an ODBC connection to the
EDS Database, named "Research". You also need the DBI
package installed.
A potential filepath, or the filepath that was created.
1 2 3 4 5 6 7 8 | # Provides a filepath to use as the temp directory, but does not create the directory.
temp_dir()
# Creates and returns the name of a temp directory.
tmpdir <- create_temp_dir()
# Removes a directory and its contents. (Doesn't have to be a "temp" directory.
remove_temp_dir(tmpdir)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.