<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>R Programming Archives - Datanovia</title>
	<atom:link href="https://www.datanovia.com/en/blog/category/r-programming/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.datanovia.com/en/blog/category/r-programming/</link>
	<description>Data Mining and Statistics for Decision Support</description>
	<lastBuildDate>Sun, 05 Apr 2020 20:24:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>Publish Reproducible Examples from R to Datanovia Website</title>
		<link>https://www.datanovia.com/en/blog/publish-reproducible-examples-from-r-to-datanovia-website/</link>
					<comments>https://www.datanovia.com/en/blog/publish-reproducible-examples-from-r-to-datanovia-website/#comments</comments>
		
		<dc:creator><![CDATA[Alboukadel]]></dc:creator>
		<pubDate>Sun, 05 Apr 2020 20:24:35 +0000</pubDate>
				<category><![CDATA[R Programming]]></category>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=15633</guid>

					<description><![CDATA[<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; This article describes how to publish a reproducible example from R to the datanovia website using the pubr package. The goal of pubr R package is to convert reproducible [&#8230;]</p>
<p>The post <a href="https://www.datanovia.com/en/blog/publish-reproducible-examples-from-r-to-datanovia-website/">Publish Reproducible Examples from R to Datanovia Website</a> appeared first on <a href="https://www.datanovia.com/en">Datanovia</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.datanovia.com/en/blog/publish-reproducible-examples-from-r-to-datanovia-website/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>R Coding Style Best Practices</title>
		<link>https://www.datanovia.com/en/blog/r-coding-style-best-practices/</link>
					<comments>https://www.datanovia.com/en/blog/r-coding-style-best-practices/#respond</comments>
		
		<dc:creator><![CDATA[Alboukadel]]></dc:creator>
		<pubDate>Fri, 06 Mar 2020 20:53:14 +0000</pubDate>
				<category><![CDATA[R Programming]]></category>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=15117</guid>

					<description><![CDATA[<p>&#160;&#160;&#160;&#160;1&#160;&#160;&#160;&#160;&#160;&#160;1Share This article describes the essentials of R coding style best practices. It’s based on the tidyverse style guide. Google’s current guide is also derived from the tidyverse style guide. [&#8230;]</p>
<p>The post <a href="https://www.datanovia.com/en/blog/r-coding-style-best-practices/">R Coding Style Best Practices</a> appeared first on <a href="https://www.datanovia.com/en">Datanovia</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.datanovia.com/en/blog/r-coding-style-best-practices/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Easily Read and Write Data from Clipboard in R</title>
		<link>https://www.datanovia.com/en/blog/how-to-easily-read-and-write-data-from-clipboard-in-r/</link>
					<comments>https://www.datanovia.com/en/blog/how-to-easily-read-and-write-data-from-clipboard-in-r/#respond</comments>
		
		<dc:creator><![CDATA[Alboukadel]]></dc:creator>
		<pubDate>Tue, 03 Mar 2020 18:52:50 +0000</pubDate>
				<category><![CDATA[R Programming]]></category>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=15058</guid>

					<description><![CDATA[<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; This article describes how to read and write data from the clipboards using the R package clipr, which works well on Windows, OS X, and Unix-like systems. Note that [&#8230;]</p>
<p>The post <a href="https://www.datanovia.com/en/blog/how-to-easily-read-and-write-data-from-clipboard-in-r/">How to Easily Read and Write Data from Clipboard in R</a> appeared first on <a href="https://www.datanovia.com/en">Datanovia</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.datanovia.com/en/blog/how-to-easily-read-and-write-data-from-clipboard-in-r/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Easily Manipulate Files and Directories in R</title>
		<link>https://www.datanovia.com/en/blog/how-to-easily-manipulate-files-and-directories-in-r/</link>
					<comments>https://www.datanovia.com/en/blog/how-to-easily-manipulate-files-and-directories-in-r/#comments</comments>
		
		<dc:creator><![CDATA[Alboukadel]]></dc:creator>
		<pubDate>Fri, 25 Jan 2019 00:54:05 +0000</pubDate>
				<category><![CDATA[R Programming]]></category>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=8494</guid>

					<description><![CDATA[<p>&#160;1&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;1Share This article presents the fs R package, which provides a cross-platform, uniform interface to file system operations. fs functions are divided into four main categories: path_ for manipulating and [&#8230;]</p>
<p>The post <a href="https://www.datanovia.com/en/blog/how-to-easily-manipulate-files-and-directories-in-r/">How to Easily Manipulate Files and Directories in R</a> appeared first on <a href="https://www.datanovia.com/en">Datanovia</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.datanovia.com/en/blog/how-to-easily-manipulate-files-and-directories-in-r/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 114/292 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching 55/118 queries in 0.483 seconds using APC

Served from: www.datanovia.com @ 2025-08-01 14:12:56 by W3 Total Cache
-->