Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
r_workshop
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Merge Requests
0
Merge Requests
0
Registry
Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Arndt Leininger
r_workshop
Commits
b3ec71cf
Commit
b3ec71cf
authored
Dec 11, 2018
by
Arndt Leininger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed numering of hands-on in scripts
parent
c2ab1029
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
11 deletions
+9
-11
hands-on1.R
hands-on/03_datawrangling/hands-on1.R
+2
-2
hands-on1_solutions.R
hands-on/03_datawrangling/hands-on1_solutions.R
+2
-2
hands-on2.R
hands-on/03_datawrangling/hands-on2.R
+2
-2
hands-on2_solutions.R
hands-on/03_datawrangling/hands-on2_solutions.R
+3
-5
No files found.
hands-on/03_datawrangling/hands-on1.R
View file @
b3ec71cf
# R Statistical Software in Action for Newcomers
# Data
manipulation
# Data
wrangling
#
# Hands-on
2
# Hands-on
1
# 1 We will use data on flights from Houston airport again. This dataset is stored
# in the file hflights.RData. We will load the data with load() (Which is for
...
...
hands-on/03_datawrangling/hands-on1_solutions.R
View file @
b3ec71cf
# R Statistical Software in Action for Newcomers
# Data
manipulation
# Data
wrangling
#
# Hands-on
2
# Hands-on
1
# 1 We will use data on flights from Houston airport again. This dataset is stored
# in the file hflights.RData. We will load the data with load() (Which is for
...
...
hands-on/03_datawrangling/hands-on2.R
View file @
b3ec71cf
# R Statistical Software in Action for Newcomers
# Data
manipulation
# Data
wrangling
#
# Hands-on
3
# Hands-on
2
# 1. Load the dplyr and tidyr packages or load tidyverse which will load both
# as well as further packages. Remember, it's library().
...
...
hands-on/03_datawrangling/hands-on2_solutions.R
View file @
b3ec71cf
################################################################################
# Introduction to "R"
# Data manipulation
# R Statistical Software in Action for Newcomers
# Data wrangling
#
# Hands-on 3
################################################################################
# Hands-on 2
setwd
(
''
)
...
...
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