Skip to content
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

first lesson #5

Merged
merged 1 commit into from
Sep 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions 01-intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@ ottrpal::set_knitr_image_path()

# Introduction


## Motivation


## Target Audience

The course is intended for ...
The course is intended for researchers who want to learn coding for the first time with a data science application, or have explored programming and want to focus on fundamentals.

## Curriculum

The course covers...
The course covers fundamentals of R, a high-level programming language, and use it to wrangle data for analysis and visualization. The programming skills you will learn are transferable to learn more about R independently and other high-level languages such as Python. At the end of the class, you will be reproducing analysis from a scientific publication!


```{r}
Expand Down
260 changes: 0 additions & 260 deletions 02-chapter_of_course.Rmd

This file was deleted.

Binary file added Course_Name.rds
Binary file not shown.
4 changes: 2 additions & 2 deletions _bookdown.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
book_filename: "Course_Name"
book_filename: "Season 1 Introduction to R"
chapter_name: "Chapter "
repo: https://github.com/jhudsl/OTTR_Template/
rmd_files: ["index.Rmd",
"01-intro.Rmd",
"02-chapter_of_course.Rmd",
"lesson1.Rmd",
"About.Rmd",
"References.Rmd"]
new_session: yes
Expand Down
Loading