Learn R Programming

batata (version 0.2.1)

latest_packages: Displaying the latest installed R packages

Description

Displaying the latest installed R packages

Usage

latest_packages(n = 1, lib = .libPaths())

Arguments

n

the number of the last installed packages to display. Default to n = 1, will return the last installed package

lib

a character vector giving the library directories. Defaults to the first element in .libPaths()

Value

a data frame

Examples

Run this code
# NOT RUN {
# Displaying the last 10 installed packages
latest_packages(10)

# }

Run the code above in your browser using DataLab