-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add learning objectives #11
Conversation
No spelling errors! 🎉 |
No broken URLs detected! 🎉 |
Re-rendered previews from the latest commit:
Updated at 2023-01-25 with changes from 2f2deeb |
attempt table for competencies
<!-- - Objective 3 --> | ||
## Core Competencies {-} | ||
|
||
This activity addresses the following core concepts and competencies: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
index.Rmd
Outdated
- Open RStudio and locate important panels (R console, Help) | ||
- Run commands in the R console | ||
- Explain what vectors and dataframes are in R | ||
- Use common commands to manipulate R objects (e.g. assigning, printing, subsetting, mathematical operations) | ||
- Carry out a basic exploration of rectangular data using base R commands (e.g. `dim`, `summary`, `str`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about structuring to a short phrase with details in parentheses? e.g.
- Open RStudio on AnVIL (e.g. set up account, locate R console and Help panels)
- Practice working in R Console (e.g. run commands)
- Use swirl to learn basic R commands (e.g. assign, print, subset, math operations)
- Explore a dataset using base R commands (e.g.
dim
,summary
,str
)
closes #7