Skip to content
Prev 261020 / 398502 Next

R import glitch "missing data"

That is the strange thing... I DON'T get a warning message. R behaves as
if all data is being imported successfully. I don't receive a memory
warning, or warning of any kind. I've scanned my data for potential
problems and I do not have any ('). However...

The .txt version of my file does use (") around some of my dollar
values...here are all ways in which values on my .txt file are
expressed. 
900
-900
$900
"900"
"(900)"

The .csv version of my file uses:
900
-900
$900




StatBat2

-----Original Message-----
From: Peter Langfelder [mailto:peter.langfelder at gmail.com] 
Sent: Thursday, May 26, 2011 10:59 AM
To: Struckmeier, Nathanael
Cc: r-help at r-project.org
Subject: Re: [R] R import glitch "missing data"

On Thu, May 26, 2011 at 10:03 AM, StatBat2
<NStruckmeier at harryanddavid.com> wrote:
object
table
synatx of
what
Do you  get any error or warning messages?

Are there any apostrophes (') in your data? These can cause mayhem. If
you have any, use the argument
quote = "\"".

HTH,

Peter