Learn R Programming

PkgsFromFiles (version 0.5)

pff_find_packages_from_folder: Checks for installed packages based on local library folder

Description

Checks for installed packages based on local library folder

Usage

pff_find_packages_from_folder(lib.path = .libPaths()[1])

Arguments

lib.path

Path of libraries files

Value

Char vector of installed packages

Examples

Run this code
# NOT RUN {
my.pkgs <- pff_find_packages_from_folder()
# }

Run the code above in your browser using DataLab