knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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.
You can install the development version from GitHub with:
# install.packages("devtools") devtools::install_github("dougtommet/QSPworkflow")
library(QSPworkflow) my_project <- fs::path(network_path(), "Projects", "My_Project") my_project # df <- readr::read_csv(fs::path(my_project, "my_data.csv"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.