<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Data.table on r-econometrics</title>
		<link>https://www.r-econometrics.com/tags/data.table/</link>
		<description>Recent content in Data.table on r-econometrics</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Sat, 05 Sep 2026 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://www.r-econometrics.com/tags/data.table/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Introduction to data.table</title>
				<link>https://www.r-econometrics.com/rbasics/datatableintro/</link>
				<pubDate>Sat, 05 Sep 2026 00:00:00 +0000</pubDate>
				<guid>https://www.r-econometrics.com/rbasics/datatableintro/</guid>
				<description>&lt;p&gt;The cleaning and transformation of data belong to the most time consuming parts of any economic analysis. Many graphical or statistical functions in R require specifically formatted data to work properly. Although the standard functions of R can be used to prepare your data for further analysis, some people find them a bit laborious for daily applications. Therefore, alternatives have been developed, which make data transformation in R easier and also faster. One of these alternatives is the &lt;code&gt;data.table&lt;/code&gt; package. It is known for its very concise syntax and for its excellent performance on large data sets, which is why it is a popular choice whenever speed and memory consumption matter.&lt;a href=&#34;#fn1&#34; class=&#34;footnote-ref&#34; id=&#34;fnref1&#34;&gt;&lt;sup&gt;1&lt;/sup&gt;&lt;/a&gt; In the following I give an introduction to the main elements of the &lt;code&gt;data.table&lt;/code&gt; syntax. It covers the same operations as my &lt;a href=&#34;https://www.r-econometrics.com/rbasics/dplyrintro&#34;&gt;introduction to &lt;code&gt;dplyr&lt;/code&gt;&lt;/a&gt;, so that both approaches can be compared directly.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
