Entering edit mode
Frocha
▴
20
@frocha-12039
Last seen 6.6 years ago
I am developing an R package and it depends on ShortRead package. In particular, I am using sread() function in the ShortRead package. I noticed that the sread() function is one of the "(Legacy) Accessors for ShortRead classes“ (ShortRead manual). What does "legacy" mean? Can I use the sread() function to develop my package? Thanks!
So sread() is not a legacy function?
yes that is correct, sread() is not a legacy function.
Thanks a lot!