Skip to content

Commit 54d459f

Browse files
committed
from R file to html_document
1 parent 3e9c4d1 commit 54d459f

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

00_install_packages.R

Lines changed: 0 additions & 3 deletions
This file was deleted.

00_install_packages.Rmd

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "library packages"
3+
---
4+
5+
```{r}
6+
install.packages(c("tidyverse", "plotly", "leaflet", "DT", "crosstalk", "flexdashboard"))
7+
8+
devtools::install_github("kent37/summarywidget")
9+
```
10+
11+

0 commit comments

Comments
 (0)