<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Technical on Candlegraph</title>
    <link>https://candlegraph.netlify.app/tags/technical/</link>
    <description>Recent content in Technical on Candlegraph</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <lastBuildDate>Thu, 24 Jul 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://candlegraph.netlify.app/tags/technical/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Playing with R: My First Data Visualizations</title>
      <link>https://candlegraph.netlify.app/2025/07/24/playing-with-r-my-first-data-visualizations/</link>
      <pubDate>Thu, 24 Jul 2025 00:00:00 +0000</pubDate>
      <guid>https://candlegraph.netlify.app/2025/07/24/playing-with-r-my-first-data-visualizations/</guid>
      <description>&lt;p&gt;First, we&amp;rsquo;ll load in our libraries. I&amp;rsquo;m using &lt;code&gt;library(here)&lt;/code&gt; on the advice of Jenny Bryan from her &lt;a href=&#34;https://www.tidyverse.org/blog/2017/12/workflow-vs-script/&#34;&gt;Project-oriented workflow&lt;/a&gt; post on Tidyverse. This is just to organize my project into a folder in order to keep it self-contained and portable.&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code class=&#34;language-r&#34;&gt;# loading libraries&#xA;library(readr)&#xA;library(dplyr)&#xA;library(tidyverse)&#xA;library(here)&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Next, we&amp;rsquo;ll load in the data. This comes from 4 tabs of a Google Sheets file on which I&amp;rsquo;ve recorded my candle research. Variables include things such as the price and weight of a candle, as well as how long it burned.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
