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

Add shebang to r scripts, create .gitignore

parent c4747523
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