forked from bupaverse/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgetting_started.rmd
More file actions
42 lines (31 loc) · 922 Bytes
/
Copy pathgetting_started.rmd
File metadata and controls
42 lines (31 loc) · 922 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
title: "Getting started"
output:
html_document:
toc: true
toc_float:
collapsed: false
print: false
---
```{r echo = F}
htmltools::includeHTML("tracking_google_analytics.html")
```
## Installing
Each of the packages is shared on [CRAN](https://cran.rstudio.com/) and can be installed using the `install.packages` function, and subsequently loaded with `library`.
```{r eval = F}
install.packages("bupaR")
install.packages("edeaR")
install.packages("eventdataR")
install.packages("processmapR")
install.packages("processmonitR")
install.packages("xesreadR")
install.packages("petrinetR")
```
## Loading
```{r}
library(bupaR)
```
Loading `bupar` will load all the related packages
## Cheat Sheet
A comprehensive overview of the packages and their functionalities can be found [here](materials/20170904 poster bupaR.pdf).
[](materials/20170904 poster bupaR.pdf).