remove_file: Removes a file from the project directory and the file...

Description Usage Arguments Value Author(s) Examples

View source: R/package_functions.R

Description

Removes files from the project directory and the file cabinet.

Usage

1

Arguments

files

A vector of character strings containing full file paths of files to removed. The files will be deleted from the actual folders on memory and in the project environment's cabinet.

Value

No return value

Author(s)

Alex Hubbard (hubbard.alex@gmail.com)

Examples

1
2
remove_file(c("./Codes/Model1.R", "./Codes/Model1.R"))
remove_file(get_file_path("Model1.R"))

opendoor-labs/projectmap documentation built on Oct. 8, 2019, 1:58 p.m.