-help (r-help@r-project.org)
Subject: Re: [R] read.csv and Decimal places
... and see also ?print.data.frame , the "digits" argument.
See also ?str
It might be worth your while spending time with an R tutorial or two that
covers such topics, i.e. distinguishing between an object and v
... and see also ?print.data.frame , the "digits" argument.
See also ?str
It might be worth your while spending time with an R tutorial or two that
covers such topics, i.e. distinguishing between an object and various (S3)
methods that "represent" it, such as print(), summary(), plot() etc.
-- B
The stored numbers are correct. They are rounded on printing.
print(RevFCast, digits=17)
See
?options
And scroll down to digits.
On Mon, May 7, 2018 at 11:50 Bill Poling wrote:
> Hi, Novice UsR here.
>
> I have a csv file that contains 13 columns of numeric data that have
> decimal places (for
3 matches
Mail list logo