Skip to content

Commit

Permalink
rename Rmarkdown to index
Browse files Browse the repository at this point in the history
  • Loading branch information
caimiao0714 committed Feb 28, 2019
1 parent b27caf3 commit 5802d23
Show file tree
Hide file tree
Showing 6 changed files with 61,426 additions and 4,616 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
private/
!Data/savedrecs.txt
Data/
Getting_traffic_safety_data_from_online_resource_cache/
Getting_traffic_safety_data_from_online_resource_files/
index_cache/
index_files/
.Rproj.user
.Rhistory
.RData
Expand Down
4,596 changes: 0 additions & 4,596 deletions Getting_traffic_safety_data_from_online_resource.html

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ This repository serves as the supplementary materials to create reproducible exa
It has been submitted to _[Transportation Research Part C: Emerging Technologies](https://www.journals.elsevier.com/transportation-research-part-c-emerging-technologies)_.

You can preview a website generated by this repository at: [https://caimiao0714.github.io/TrafficSafetyReviewRmarkdown/](https://caimiao0714.github.io/TrafficSafetyReviewRmarkdown/). The website is maintained by [Miao Cai](https://github.com/caimiao0714). You can contact him by Email: [[email protected]](mailto:[email protected]).
You can preview a website generated by this repository at: [https://caimiao0714.github.io/TrafficSafetyReviewRmarkdown/](https://caimiao0714.github.io/TrafficSafetyReviewRmarkdown/). The website is primarily maintained by [Miao Cai](https://github.com/caimiao0714). You can contact him by Email: [[email protected]](mailto:[email protected]).
2 changes: 1 addition & 1 deletion ...ffic safety data from online resource.Rmd → index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ This resulted in a downloadable plain .txt file (we named it 'savedrecs.text' un
```{r warning=FALSE, eval=FALSE}
pacman::p_load(bibliometrix,tidyverse,data.table,rvest)
df.trans.safety <- readFiles("data/savedrecs.txt")
df.trans.safety <- readFiles("savedrecs.txt")
M <-convert2df(df.trans.safety)
NetMatrix <- biblioNetwork(
Expand Down
30 changes: 15 additions & 15 deletions index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 5802d23

Please sign in to comment.