Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 296 Bytes

File metadata and controls

18 lines (14 loc) · 296 Bytes

test.R

jenny Tue Jan 15 17:01:42 2019

.libPaths()
## [1] "/Users/jenny/resources/R/library"                              
## [2] "/Library/Frameworks/R.framework/Versions/3.5/Resources/library"
ipt <- installed.packages()
nrow(ipt)
## [1] 428