Loading data to R
1
0
Entering edit mode
3.7 years ago
yakumo • 0

Hi everyone,

I am fairly new to Bioconductor - I am trying to use the GRmetrics package and it works very well with the example files.

However, whenever I try to open my own file (that is built according to the package requirements) via the data() term, I always get an error:

> data("inputCaseA")  #this works perfectly fine
> data("testinput")
Warning message:
In data("testinput") : data set ‘testinput’ not found

The file testinput.xlsx is in the same file as my Rproj. Is there a different folder where R expects it?

Thanks a lot for your help!

Best wishes

R • 639 views
ADD COMMENT
1
Entering edit mode
3.7 years ago
JC 13k

data is a method to load predefined data in a package, for your Excel, you need to read the file, check https://www.statmethods.net/input/importingdata.html

ADD COMMENT
0
Entering edit mode

Thanks so much! It works now!

All the best

ADD REPLY

Login before adding your answer.

Traffic: 2678 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