Learn R Programming

RemixAutoML (version 0.5.0)

CreateProjectFolders: CreateProjectFolders Converts path files to proper path files

Description

CreateProjectFolders Converts path files to proper path files

Usage

CreateProjectFolders(
  ProjectName = input$ID_NewProjectName,
  RootPath = input$ID_Root_Folder,
  ExistsButNoProjectList = FALSE,
  Local = FALSE
)

Arguments

ProjectName

This is the name of a project which will be the name of the file created in the root folder

RootPath

This is the path file to the root folder

ExistsButNoProjectList

Set to TRUE if the folder exists but not the ProjectList file

Local

Local or cloud

Value

Returns a proper path file string

See Also

Other System Functions: DeleteFile()