<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>dplyr on Juan Pacheco</title>
    <link>https://juanpacheco.netlify.app/tags/dplyr/</link>
    <description>Recent content in dplyr on Juan Pacheco</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 13 May 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://juanpacheco.netlify.app/tags/dplyr/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Data Manipulation</title>
      <link>https://juanpacheco.netlify.app/post/data-manipulation-with-dplyr/</link>
      <pubDate>Thu, 13 May 2021 00:00:00 +0000</pubDate>
      
      <guid>https://juanpacheco.netlify.app/post/data-manipulation-with-dplyr/</guid>
      <description>R Packages we gonna use dplyr, ggplot2, plotly, readxl and knitr in this example.
Functions that were used:
read_excel(): for read excel files.
filter(): in order to make subsets of our data.
mutate(): To create new variables.
as.factor(): To convert a variable in factor.
glimpse similar to str(): applied to a dataframe.
group_by(): takes an existing tbl and converts it into a grouped tbl where operations are performed “by group”.</description>
    </item>
    
  </channel>
</rss>
