<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>currency on Artistic Portfolio of Chris Ried</title>
    <link>https://generativecollective.com/tags/currency/</link>
    <description>Recent content in currency on Artistic Portfolio of Chris Ried</description>
    <image>
      <url>https://generativecollective.com/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://generativecollective.com/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Tue, 21 Aug 2018 00:00:00 +0000</lastBuildDate><atom:link href="https://generativecollective.com/tags/currency/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Formatting Currencies in R</title>
      <link>https://generativecollective.com/posts/2018-08-21-formatting-currencies-r/</link>
      <pubDate>Tue, 21 Aug 2018 00:00:00 +0000</pubDate>
      
      <guid>https://generativecollective.com/posts/2018-08-21-formatting-currencies-r/</guid>
      <description>Here are a few ways to format numbers in R for presentations. A few of theme can be accomplished using the paste function in R. I&amp;rsquo;ve found that there are a few different methods to do this.
Using the scales package Using the scales packages from Hadley, there is a great function with various options including passing a vector.
library(scales) dollar_format()(c(-100, 0.23, 1.456565, 2e3)) Formatting currency with separator Following is a simple function one can build and place in their utility function that will give formatted currency.</description>
    </item>
    
  </channel>
</rss>
