personfiles_path: Build the saving path for a folder.

Description Usage Arguments Value Examples

View source: R/personfiles_path.R

Description

This function builds the saving path for a folder via folder_dir/folder_name.file_extension.

Usage

1
2
3
4
5
personfiles_path(
  folder_dir = ".",
  folder_name = "personfiles",
  file_extension = "rds"
)

Arguments

folder_dir

The directory for the folder. Set folder_dir = "." for the current directory.

folder_name

The name for the folder.

file_extension

The file extension for the folder.

Value

The saving path for a folder.

Examples

1
2
### Create the standard saving path.
personfiles_path()

loelschlaeger/personfiles documentation built on Dec. 21, 2021, 11:45 a.m.