Skip to content
Snippets Groups Projects
Commit 7c926b51 authored by Lucas Schons's avatar Lucas Schons
Browse files

Merge branch 'add-shebang-to-r-scripts' into 'master'

Add shebang to r scripts, create .gitignore

See merge request !4
parents cc7f74f3 c1910aa8
No related branches found
No related tags found
1 merge request!4Add shebang to r scripts, create .gitignore
*.csv
*.RDS
\ No newline at end of file
#!/usr/bin/env Rscript
library(xml2)
data <- read_xml("../data/Wikipedia-20181120103842.xml")
......
#!/usr/bin/env Rscript
### Extract list of pyhsicists from wikipedia article
library(rvest)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment