knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

QSPworkflow

The goal of QSPworkflow is to put the workflow tools used by QSP into one place.

Currently, the only function is network_path(). Planned work includes functions that set up the directory structure and file structure.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("dougtommet/QSPworkflow")

Example

library(QSPworkflow)
my_project <- fs::path(network_path(), "Projects", "My_Project")
my_project
# df <- readr::read_csv(fs::path(my_project, "my_data.csv"))


dougtommet/QSPworkflow documentation built on Feb. 22, 2020, 12:19 a.m.