Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
moocrr-reproducibility-study
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
moocrr-session1
moocrr-reproducibility-study
Commits
90f76944
Commit
90f76944
authored
Sep 24, 2018
by
Arnaud Legrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Read data from the git
parent
5d43b5ac
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
challenger.ipynb
src/Python3/challenger.ipynb
+1
-1
challenger.Rmd
src/R/challenger.Rmd
+1
-1
No files found.
src/Python3/challenger.ipynb
View file @
90f76944
...
...
@@ -441,7 +441,7 @@
}
],
"source": [
"data = pd.read_csv(\"
../..
/data/shuttle.csv\")\n",
"data = pd.read_csv(\"
https://app-learninglab.inria.fr/gitlab/moocrr-session1/moocrr-reproducibility-study/raw/master
/data/shuttle.csv\")\n",
"data"
]
},
...
...
src/R/challenger.Rmd
View file @
90f76944
...
...
@@ -26,7 +26,7 @@ devtools::session_info()
# Loading and inspecting data
Let's start by reading data:
```{r}
data = read.csv("
../..
/data/shuttle.csv",header=T)
data = read.csv("
https://app-learninglab.inria.fr/gitlab/moocrr-session1/moocrr-reproducibility-study/raw/master
/data/shuttle.csv",header=T)
data
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment