[Tutor] How to use a function

Dominik George nik at naturalnet.de
Mon Jan 19 15:54:38 CET 2015


Hi,

> parser_illumina_readset_file("~/Desktop/file.csv")
> 
> dir()
> 
> I can't found the readsets list. Someone could please help me? 
> thanks so much!

Maybe:

readsets = parser_illumina_readset_file("~/Desktop/file.csv")

In your call, you discard the result, which, obviously, discards it.

-nik


More information about the Tutor mailing list