Off topic:Creating R Dataset
1
0
Entering edit mode
12.0 years ago
Nitin ▴ 170

Hi all,

I want to create dataset in R so that i load into R session as follows

data(mydatasetname)

I tried following

values<- read.table("mydatasetname.txt") save(values,file="value.rda")

but wen i type following command to load data

data(values)

Warning message: In data(values) : data set ‘values’ not found

Can anybody help

Nitin

r • 20k views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 2069 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6