createLocalProject: Create Empty Project Folder Structure Locally

View source: R/project.R

createLocalProjectR Documentation

Create Empty Project Folder Structure Locally

Description

Copy the pure folder structure (without files) of a given KWB project from the server to a new local folder below "C:/Users/<user_name>/Documents/Projekte"

Usage

createLocalProject(
  project,
  start_directory = options()$kwb.fakin.paths$projects
)

Arguments

project

Project name. Must correspond with the name of a folder below one of the server locations returned by getProjectPaths

start_directory

Path to the project network drive at KWB


KWB-R/kwb.fakin documentation built on June 14, 2022, 2 p.m.