Entering edit mode
Jose Garcia-Bernardo
▴
40
@jose-garcia-bernardo-3639
Last seen 10.2 years ago
Dear all
A very basic question from a complete beginner.
I'm getting an error message every time I try to read the data into
the
object x:
Erreur dans readPlateList("platelist.txt", name = experimentName, path
=
dataPath) :
None of the files were found in the given 'path': C:/Documents and
Settings/.. Screen/in
When using the following (standard) code:
> x <- readPlateList("platelist.txt",
+ name=experimentName,
+ path=dataPath)
All measurement files and the platelist file are in the same folder
within
the same directory. Not sure if it's a fundamental problem or just a
simple
bug in the code (apologies for this).
Any help will be very much appreciated
Jose
[[alternative HTML version deleted]]