Skip to content

large numbers

3 messages · Veerappa Chetty, R. Michael Weylandt, David Winsemius

#
Are you sure its being imported into R without the decimal and that
it's not just a print option? I can't off the cuff think of a reason
why that would happen...

Try print(valueFromImport - 43988014) and see what you get

Michael
On Wed, Oct 12, 2011 at 3:16 PM, Veerappa Chetty <chettyvk at gmail.com> wrote:
#
On Oct 12, 2011, at 3:16 PM, Veerappa Chetty wrote:

            
"Import from Excel" is a vague problem statement. It's also kind of  
odd that you have a leading space iside the quotes in the example.  
Makes me wonder if you got numbers somehow "factorized" because of non- 
numeric entries in the "csv" file. Why not show the code used to do it  
_and_  str() on the object? Or even better dput from a row with a  
"large number"?