<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Cleaning Data in R: csv files</title>
	<atom:link href="http://blog.earlh.com/index.php/2009/06/cleaning-data-in-r-csv-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.earlh.com/index.php/2009/06/cleaning-data-in-r-csv-files/</link>
	<description></description>
	<lastBuildDate>Tue, 06 Dec 2011 20:43:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mark Knecht</title>
		<link>http://blog.earlh.com/index.php/2009/06/cleaning-data-in-r-csv-files/comment-page-1/#comment-2</link>
		<dc:creator>Mark Knecht</dc:creator>
		<pubDate>Tue, 30 Jun 2009 02:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.earlh.com/?p=13#comment-2</guid>
		<description>Nice touch to use gsub to keep what you want to keep instead of trying to weed out the things you can&#039;t allow.

What about header rows? The header row it isn&#039;t numerical and two header values such as DRAWDOWN ($) and DRAWDOWN(%) would both resolve to DRAWDOWN if the above worked on strings.

Anyway I like the basic idea for the data portions of a csv file. Thanks!</description>
		<content:encoded><![CDATA[<p>Nice touch to use gsub to keep what you want to keep instead of trying to weed out the things you can&#8217;t allow.</p>
<p>What about header rows? The header row it isn&#8217;t numerical and two header values such as DRAWDOWN ($) and DRAWDOWN(%) would both resolve to DRAWDOWN if the above worked on strings.</p>
<p>Anyway I like the basic idea for the data portions of a csv file. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

