<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Getting started with R on Illustrated Bytes</title>
    <link>https://www.illustratedbytes.com/blog/series_intro_to_r/</link>
    <description>Recent content in Getting started with R on Illustrated Bytes</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Mon, 12 Jul 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://www.illustratedbytes.com/blog/series_intro_to_r/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Getting setup</title>
      <link>https://www.illustratedbytes.com/blog/series_intro_to_r/01-first_post/</link>
      <pubDate>Mon, 12 Jul 2021 00:00:00 +0000</pubDate>
      
      <guid>https://www.illustratedbytes.com/blog/series_intro_to_r/01-first_post/</guid>
      <description>TL;DR      Install R Install RStudio  Step 1: Install R     Our very first step is to download and install R from CRAN - a repository for R. Download and install the version of R that corresponds to your operating system.
You can think of R as an interpreter between you and your computer. Once R is installed, you can write instructions using the R programming language, which are then translated by R into a language that your computer will understand.</description>
    </item>
    
    <item>
      <title>Saving your code</title>
      <link>https://www.illustratedbytes.com/blog/series_intro_to_r/02-second_post/</link>
      <pubDate>Mon, 12 Jul 2021 00:00:00 +0000</pubDate>
      
      <guid>https://www.illustratedbytes.com/blog/series_intro_to_r/02-second_post/</guid>
      <description>Using scripts     So far, we have typed commands into the console. But you will notice that there is no option to save the code that we have typed into the console. Most projects would require files that can be saved so that we can work on them over a period of time and execute them a multiple times without having to type them out each time.</description>
    </item>
    
  </channel>
</rss>
