Extension of R packages -
suppose want load info analysis in r. let's take this example.
i have saved file on desktop using extensions .dat
, , .rdat
, , used function load
. however, neither worked. can't find data.
could help me figure out do?
i new r language. why can't understand why not work.
should utilize directory - saved file or what?
try:
x <- read.table("nybirths.dat")
or even:
x <- read.table("http://robjhyndman.com/tsdldata/data/nybirths.dat")
and, btw, check out documentation of save
, load
?save
, ?load
.
r
No comments:
Post a Comment