inst/doc/wflow-02-customization.R

## ----chunk-options, include=FALSE---------------------------------------------
library("knitr")
opts_chunk$set(eval = FALSE)

## ----wflow-publish-theme------------------------------------------------------
#  wflow_publish("analysis/_site.yml", "Change the theme", republish = TRUE)

## ----custom-css-publish, eval=FALSE-------------------------------------------
#  wflow_publish(c("analysis/_site.yml", "analysis/style.css"),
#                message = "Customize website style.",
#                republish = TRUE)

## ----wflow-publish-navbar-----------------------------------------------------
#  wflow_publish("analysis/_site.yml", "Add main result page to navbar",
#                republish = TRUE)

## ----https-to-ssh-------------------------------------------------------------
#  wflow_git_remote(remote = "origin", user = "myname", repo = "myproject",
#                protocol = "ssh", action = "set_url")

Try the workflowr package in your browser

Any scripts or data that you put into this service are public.

workflowr documentation built on Aug. 23, 2023, 1:09 a.m.