{"id":42116,"date":"2023-10-22T17:43:41","date_gmt":"2023-10-22T21:43:41","guid":{"rendered":"https:\/\/inside.wooster.edu\/technology\/?p=42116"},"modified":"2023-10-25T13:14:30","modified_gmt":"2023-10-25T17:14:30","slug":"r-studio-for-beginners","status":"publish","type":"post","link":"https:\/\/inside.wooster.edu\/technology\/r-studio-for-beginners\/","title":{"rendered":"R-Studio for Beginners"},"content":{"rendered":"\n<h2 id=\"agenda\" class=\"wp-block-heading\">Agenda<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Go to the website(<a href=\"https:\/\/rstudio.wooster.edu\/\">https:\/\/rstudio.wooster.edu\/<\/a>) &#8211; we shall use the web version, not desktop \n<ul class=\"wp-block-list\">\n<li>Log in with Wooster email and password<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>A quick tour of the interface<\/li>\n\n\n\n<li>How to import data set(upload on the lower right panel)\n<ul class=\"wp-block-list\">\n<li>Link for the dataset: <a href=\"https:\/\/livewooster.sharepoint.com\/:f:\/s\/EdTechSTA\/EoyEuxSdc7pHl1TZXFglk9ABIFqbrzBSwjlPoMhLQ4QBxQ?e=Mn68Xq\">Dataset<\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Basic data analysis(filtering)<\/li>\n\n\n\n<li>Basic data visualization with ggplot2.<\/li>\n\n\n\n<li>Knitting the file<\/li>\n\n\n\n<li>How to access documentation online. (R Help as well)<\/li>\n<\/ul>\n\n\n\n<h2 id=\"commands\" class=\"wp-block-heading\">Commands<\/h2>\n\n\n\n<p>List of commands I will use for my presentation<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>cereal_2<\/li>\n\n\n\n<li>filter<\/li>\n\n\n\n<li>select<\/li>\n\n\n\n<li>library<\/li>\n\n\n\n<li>ggplot2<\/li>\n\n\n\n<li>geom.boxplot()<\/li>\n\n\n\n<li>%&gt;%<\/li>\n\n\n\n<li>==<\/li>\n\n\n\n<li>view<\/li>\n<\/ul>\n\n\n\n<h2 id=\"our-r-chunks\" class=\"wp-block-heading\">Our R Chunks<\/h2>\n\n\n\n<h3 id=\"1st-chunk\" class=\"wp-block-heading\">1st Chunk<\/h3>\n\n\n\n<p>library(readr)<br>cereal_2 &lt;- read_csv(&#8220;cereal 2.csv&#8221;)<br>view(cereal_2)<\/p>\n\n\n\n<h3 id=\"2nd-chunk\" class=\"wp-block-heading\">2nd Chunk <\/h3>\n\n\n\n<p>library(dplyr)<br>cereal_2%&gt;%filter(`mfr`== &#8220;K&#8221;)%&gt;%filter(calories == 110)<br>cereal_2%&gt;%select(calories<strong>)<\/strong><\/p>\n\n\n\n<h3 id=\"3rd-chunk\" class=\"wp-block-heading\">3rd Chunk<\/h3>\n\n\n\n<p>library(ggplot2)<br>cereal_2%&gt;%ggplot(aes(x=calories, y=mfr))+geom_boxplot()<\/p>\n\n\n\n<h2 id=\"recording\" class=\"wp-block-heading\">Recording<\/h2>\n\n\n\n<p><a href=\"https:\/\/livewooster.sharepoint.com\/:v:\/s\/EdTechSTA\/EbkqMxKKgcpOoTeTyB-80kYBWg82Tl5RZ2g40fkVc-gXHw?nav=eyJyZWZlcnJhbEluZm8iOnsicmVmZXJyYWxBcHAiOiJTdHJlYW1XZWJBcHAiLCJyZWZlcnJhbFZpZXciOiJTaGFyZURpYWxvZyIsInJlZmVycmFsQXBwUGxhdGZvcm0iOiJXZWIiLCJyZWZlcnJhbE1vZGUiOiJ2aWV3In19&amp;e=DDGyae\" data-type=\"link\" data-id=\"https:\/\/livewooster.sharepoint.com\/:v:\/s\/EdTechSTA\/EbkqMxKKgcpOoTeTyB-80kYBWg82Tl5RZ2g40fkVc-gXHw?nav=eyJyZWZlcnJhbEluZm8iOnsicmVmZXJyYWxBcHAiOiJTdHJlYW1XZWJBcHAiLCJyZWZlcnJhbFZpZXciOiJTaGFyZURpYWxvZyIsInJlZmVycmFsQXBwUGxhdGZvcm0iOiJXZWIiLCJyZWZlcnJhbE1vZGUiOiJ2aWV3In19&amp;e=DDGyae\">Screen capture recording<\/a> of the workshop<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Agenda Commands List of commands I will use for my presentation Our R Chunks 1st Chunk library(readr)cereal_2 &lt;- read_csv(&#8220;cereal 2.csv&#8221;)view(cereal_2) 2nd Chunk library(dplyr)cereal_2%&gt;%filter(`mfr`== &#8220;K&#8221;)%&gt;%filter(calories == 110)cereal_2%&gt;%select(calories) 3rd Chunk library(ggplot2)cereal_2%&gt;%ggplot(aes(x=calories, y=mfr))+geom_boxplot() Recording Screen capture recording of the workshop<\/p>\n","protected":false},"author":375,"featured_media":19121,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_uag_custom_page_level_css":"","footnotes":""},"categories":[18,483,50,66],"tags":[],"coauthors":[438],"class_list":["post-42116","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-events","category-past-workshop","category-student-workshops","category-workshops"],"acf":[],"gutentor_comment":0,"featured_image_urls":{"full":["https:\/\/inside.wooster.edu\/technology\/wp-content\/uploads\/sites\/83\/2022\/02\/RStudio-logo-for-web.png",707,353,false],"thumbnail":["https:\/\/inside.wooster.edu\/technology\/wp-content\/uploads\/sites\/83\/2022\/02\/RStudio-logo-for-web-150x150.png",150,150,true],"medium":["https:\/\/inside.wooster.edu\/technology\/wp-content\/uploads\/sites\/83\/2022\/02\/RStudio-logo-for-web-300x150.png",300,150,true],"medium_large":["https:\/\/inside.wooster.edu\/technology\/wp-content\/uploads\/sites\/83\/2022\/02\/RStudio-logo-for-web.png",707,353,false],"large":["https:\/\/inside.wooster.edu\/technology\/wp-content\/uploads\/sites\/83\/2022\/02\/RStudio-logo-for-web.png",707,353,false],"1536x1536":["https:\/\/inside.wooster.edu\/technology\/wp-content\/uploads\/sites\/83\/2022\/02\/RStudio-logo-for-web.png",707,353,false],"2048x2048":["https:\/\/inside.wooster.edu\/technology\/wp-content\/uploads\/sites\/83\/2022\/02\/RStudio-logo-for-web.png",707,353,false]},"post_excerpt_stackable":"<p>Agenda Go to the website(https:\/\/rstudio.wooster.edu\/) &#8211; we shall use the web version, not desktop Log in with Wooster email and password A quick tour of the interface How to import data set(upload on the lower right panel) Link for the dataset: Dataset Basic data analysis(filtering) Basic data visualization with ggplot2. Knitting the file How to access documentation online. (R Help as well) Commands List of commands I will use for my presentation cereal_2 filter select library ggplot2 geom.boxplot() %&gt;% == view Our R Chunks 1st Chunk library(readr)cereal_2 &lt;- read_csv(&#8220;cereal 2.csv&#8221;)view(cereal_2) 2nd Chunk library(dplyr)cereal_2%&gt;%filter(`mfr`== &#8220;K&#8221;)%&gt;%filter(calories == 110)cereal_2%&gt;%select(calories) 3rd Chunk library(ggplot2)cereal_2%&gt;%ggplot(aes(x=calories, y=mfr))+geom_boxplot()&hellip;<\/p>\n","category_list":"<a href=\"https:\/\/inside.wooster.edu\/technology\/category\/events\/\" rel=\"category tag\">events<\/a>, <a href=\"https:\/\/inside.wooster.edu\/technology\/category\/workshops\/past-workshop\/\" rel=\"category tag\">Past<\/a>, <a href=\"https:\/\/inside.wooster.edu\/technology\/category\/workshops\/student-workshops\/\" rel=\"category tag\">Student Workshops<\/a>, <a href=\"https:\/\/inside.wooster.edu\/technology\/category\/workshops\/\" rel=\"category tag\">Workshops<\/a>","author_info":{"name":"Nyathi Musabeyezu","url":"https:\/\/inside.wooster.edu\/technology\/author\/nmusabeyezu25wooster-edu\/"},"comments_num":"0 comments","uagb_featured_image_src":{"full":["https:\/\/inside.wooster.edu\/technology\/wp-content\/uploads\/sites\/83\/2022\/02\/RStudio-logo-for-web.png",707,353,false],"thumbnail":["https:\/\/inside.wooster.edu\/technology\/wp-content\/uploads\/sites\/83\/2022\/02\/RStudio-logo-for-web-150x150.png",150,150,true],"medium":["https:\/\/inside.wooster.edu\/technology\/wp-content\/uploads\/sites\/83\/2022\/02\/RStudio-logo-for-web-300x150.png",300,150,true],"medium_large":["https:\/\/inside.wooster.edu\/technology\/wp-content\/uploads\/sites\/83\/2022\/02\/RStudio-logo-for-web.png",707,353,false],"large":["https:\/\/inside.wooster.edu\/technology\/wp-content\/uploads\/sites\/83\/2022\/02\/RStudio-logo-for-web.png",707,353,false],"1536x1536":["https:\/\/inside.wooster.edu\/technology\/wp-content\/uploads\/sites\/83\/2022\/02\/RStudio-logo-for-web.png",707,353,false],"2048x2048":["https:\/\/inside.wooster.edu\/technology\/wp-content\/uploads\/sites\/83\/2022\/02\/RStudio-logo-for-web.png",707,353,false]},"uagb_author_info":{"display_name":"Nyathi Musabeyezu","author_link":"https:\/\/inside.wooster.edu\/technology\/author\/nmusabeyezu25wooster-edu\/"},"uagb_comment_info":0,"uagb_excerpt":"Agenda Commands List of commands I will use for my presentation Our R Chunks 1st Chunk library(readr)cereal_2 &lt;- read_csv(&#8220;cereal 2.csv&#8221;)view(cereal_2) 2nd Chunk library(dplyr)cereal_2%&gt;%filter(`mfr`== &#8220;K&#8221;)%&gt;%filter(calories == 110)cereal_2%&gt;%select(calories) 3rd Chunk library(ggplot2)cereal_2%&gt;%ggplot(aes(x=calories, y=mfr))+geom_boxplot() Recording Screen capture recording of the workshop","_links":{"self":[{"href":"https:\/\/inside.wooster.edu\/technology\/wp-json\/wp\/v2\/posts\/42116","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/inside.wooster.edu\/technology\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/inside.wooster.edu\/technology\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/inside.wooster.edu\/technology\/wp-json\/wp\/v2\/users\/375"}],"replies":[{"embeddable":true,"href":"https:\/\/inside.wooster.edu\/technology\/wp-json\/wp\/v2\/comments?post=42116"}],"version-history":[{"count":7,"href":"https:\/\/inside.wooster.edu\/technology\/wp-json\/wp\/v2\/posts\/42116\/revisions"}],"predecessor-version":[{"id":42500,"href":"https:\/\/inside.wooster.edu\/technology\/wp-json\/wp\/v2\/posts\/42116\/revisions\/42500"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/inside.wooster.edu\/technology\/wp-json\/wp\/v2\/media\/19121"}],"wp:attachment":[{"href":"https:\/\/inside.wooster.edu\/technology\/wp-json\/wp\/v2\/media?parent=42116"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/inside.wooster.edu\/technology\/wp-json\/wp\/v2\/categories?post=42116"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/inside.wooster.edu\/technology\/wp-json\/wp\/v2\/tags?post=42116"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/inside.wooster.edu\/technology\/wp-json\/wp\/v2\/coauthors?post=42116"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}