open_project: Creates subdirectories and/or sets the working directory of a...

View source: R/uncategorized_tools.R

open_projectR Documentation

Creates subdirectories and/or sets the working directory of a project. —-

Description

Creates subdirectory for your project in the upstream, midstream and downstream locations and/or sets the working directory of a project. —-

Usage

open_project(project_name, dir_base = "~/R scripts")

Arguments

project_name

The name of the subdirectory for the project you use/create

dir_base

The directory where you want to have the project created in. The default is the current working directory

Examples

open_project("My project" , "~/R scripts")

mark-me/graydon.package documentation built on Nov. 14, 2023, 5:31 p.m.