Basic package to streamline basic tasks in R

The make_project() function will automatically set up a project. Included folders, Git connection, working directory and ReadMe file can all be customized (see help file).

make_project(project_name)

The use() function will automatically load a package and download it if necessary.

use(package_name)

The import() function will automatically detect a file format and try to import it into the Global Environment as either a data.frame or a tibble. See the help file for a list of supported format.

df <- import(file)


cchossis/dsproject documentation built on Dec. 31, 2020, 9:56 p.m.