knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Introduction

The package dsproject allows one to import data set of different file types. It creates new projects in the specified directory as well as subdirectories, a readme file, and aids in the installation of other packages.

library(dsproject)

make_project("newproject")

import("C:/Users/ascol/Downloads/testdata.csv")

use(usethis)


acolorado1/dsproject documentation built on Dec. 31, 2020, 6:43 p.m.