12.6 List functions from a package
- With RStudio: click on the package name in the “Packages” tab:
- From the console
ls("package:BiocManager")
HANDS-ON
Install and load package WriteXLS (using either the RStudio “Packages” panel, or the console)
Create a simple matrix (of your choice) with 6 rows and 4 columns!
Write matrix to a file using the WriteXLS function (from the package of the same name). Check the help page of the function!