Set my R-Project.

set_prj(path = ".", index = FALSE)

Arguments

path
Path to Project.
index
Logical. If `true` then make "index.Rmd" file. This file is quite plane R Markdown file.

Value

Make "R", "docs", "data" directories in this Project directory.

Examples

set_prj()