Entering edit mode
Peng Yu
▴
940
@peng-yu-3586
Last seen 10.3 years ago
Hi,
in AnnotationDbi.pdf, it gives the following example code. I don't
quite understand the second command. Does it mean that 'hgu95av2.db'
is in the namespace of package? What does ":" mean?
library("hgu95av2.db")
ls("package:hgu95av2.db")
Regards,
Peng