Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
part-2-data-processing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
introduction-to-R
part-2-data-processing
Commits
99e81ee2
Commit
99e81ee2
authored
1 week ago
by
pfoo
Browse files
Options
Downloads
Patches
Plain Diff
Editted one sentence about exercise on sapply()
parent
374b246c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
RBeginnersExercise2.Rmd
+1
-1
1 addition, 1 deletion
RBeginnersExercise2.Rmd
RBeginnersExercise2_Sol.Rmd
+1
-1
1 addition, 1 deletion
RBeginnersExercise2_Sol.Rmd
with
2 additions
and
2 deletions
RBeginnersExercise2.Rmd
+
1
−
1
View file @
99e81ee2
...
...
@@ -122,7 +122,7 @@ The `unique()` function in R can be used to find all unique values in a specific
```
By using the `sapply()` function,
try to
find the unique values in each column in the `menu` table.
By using the `sapply()` function, find the unique values in each column in the `menu` table.
```{r}
# Write your code below
...
...
This diff is collapsed.
Click to expand it.
RBeginnersExercise2_Sol.Rmd
+
1
−
1
View file @
99e81ee2
...
...
@@ -123,7 +123,7 @@ The `unique()` function in R can be used to find all unique values in a specific
unique(menu$Price)
```
By using the `sapply()` function,
try to
find the unique values in each column in the `menu` table.
By using the `sapply()` function, find the unique values in each column in the `menu` table.
```{r}
# Write your code below
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment