瀏覽代碼

fix formatting in readme

master
flavis 4 年之前
父節點
當前提交
83cdcc279b
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      README.md

+ 3
- 3
README.md 查看文件

@@ -22,18 +22,18 @@ git clone https://git.flavigny.de/christian/hateimparlament
cd hateimparlament
```
Then open a `R` shell and do
```
```r
devtools::load_all() # load package
devtools::wd() # set working directory
```
Then fetch all records, read them and write the parsed tibbles to csv files.
```
```r
fetch_all(create = TRUE)
read_all() %>% repair() -> res
write_to_csv(create = TRUE)
```
Now you can build the vignettes faster by using
```
```r
devtools::install(build_vignettes = T)
```
This creates a `doc/` directory with all built vignettes.


Loading…
取消
儲存