Learn R Programming

shinyr (version 0.4.2)

getLibraryReport: Get Library Report

Description

Get report on whether the given packages are installed on not

Usage

getLibraryReport(packages)

Value

data.frame, status of required packages and their installation status

Arguments

packages

Vector of package names

Author

Jayachandra N

Details

getLibraryReport

Examples

Run this code
getLibraryReport(c('dplyr', 'data.table'))

Run the code above in your browser using DataLab