- Add 'Getting Started' template to pkgdown site
This commit is contained in:
Martin Chan 2020-11-27 15:42:08 +00:00
Родитель 3076f0f204
Коммит 8370f59989
3 изменённых файлов: 21 добавлений и 2 удалений

17
.github/analyst_guide_getting_started.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,17 @@
# Getting Started
## Installation instructions
_Coming soon..._
## Importing Workplace Analytics Data
_Coming soon..._
## Exploring the dataset
_Coming soon..._
## Function Structure and additional parameters
_Coming soon..._
## Exporting Plots and Tables
_Coming soon..._

Просмотреть файл

@ -39,7 +39,7 @@
#' title_list <- c("Workloads Summary - Plot", "Workloads Summary - Table")
#' n_title <- length(title_list)
#'
#'# Step 3: Generate Report
#' # Step 3: Generate Report
#' generate_report(title = "My First Report",
#' filename = "My First Report",
#' outputs = output_list,

Просмотреть файл

@ -26,10 +26,12 @@ navbar:
menu:
- text: Introduction
href: analyst_guide.html
- text: Getting Started
href: analyst_guide_getting_started.html
- text: Summary analysis
href: analyst_guide_summary.html
- text: Distribution analysis
href: analyst_guide_distribution.html
href: analyst_guide_distribution.html
- text: Trend analysis
href: analyst_guide_trend.html
- text: Network analysis