Publications by rboynton2

apply 5

09.10.2023

Import data ## # A tibble: 64,809 × 16 ## `The-year-of-data-collection` `Country of Origin name` Country-of-origin-UN…¹ ## <dbl> <chr> <chr> ## 1 2010 Afghanistan AFG ## 2 2010 Iran (Islamic R...

156 sym

apply 4

09.10.2023

++— title: “Module 5: Apply 4” author: “Riley Boynton” output: html_document: toc: yes pdf_document: default word_document: default editor_options: chunk_output_type: console — Import data ## function (..., list = character(), package = NULL, lib.loc = NULL, ## verbose = getOption("verbose"), envir = .GlobalEnv, overwrite = TRU...

506 sym R (8564 sym/1 pcs) 1 img

Apply 3

02.10.2023

Import data # excel file data <- read_excel("../00_data/mydata.xlsx") data ## # A tibble: 64,809 × 16 ## `The year of data collection` `Country of Origin name` Country of origin UN…¹ ## <dbl> <chr> <chr> ## 1 2010 Afghanistan AFG ...

36 sym 1 img

CODEALONG-4

27.09.2023

1+— title: “Week 5: Code along 4” author: “Riley Boynton” date: “2023-09-25” output: html_document: toc: yes pdf_document: default word_document: default editor_options: chunk_output_type: console — Welcome Ch1 Introduction The data science project workflow Prerequisites R RStudio r packages Install the tidyverse package Ru...

1582 sym R (1869 sym/11 pcs) 8 img

Test Publishing

20.09.2023

Do Your Work Here. library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.3 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.3 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.2 ...

26 sym R (1648 sym/4 pcs)

Code Along THREE

20.09.2023

1 Footnotes This is some text with a Footnote1. This is a second Footnote2. 1.1 What can RMarkdown be used for? HTML Reports & PDF Reports HTML Slide Decks & PowerPoint Interactive Dashboards Books with bookdown Websites with blogdown 1.2 Key Resources RMarkdown Website with Gallery Key Reference: RMarkdown - The Definitive Guide PDF P...

1404 sym Python (451 sym/6 pcs) 3 img 1 tbl