Learn R Programming

batata (version 0.2.1)

today_packages: Displays the packages installed in the current day

Description

Displays the packages installed in the current day

Usage

today_packages(lib = .libPaths())

Arguments

lib

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

Value

a character vector

Examples

Run this code
# NOT RUN {
# Displaying the packages installed today
today_packages()
# }

Run the code above in your browser using DataLab