Learn R Programming

updater (version 0.1.2)

find_previous_library_location: Find Package Library

Description

The function searches the system paths to find the location of the previous R version's system library location. It is not recommended to use this function! Rather, we recommend that a user simply opens the previous version of R and runs .libPaths() to find the library location(s).

Usage

find_previous_library_location()

Arguments

Value

package library location

Examples

Run this code
find_previous_library_location()

Run the code above in your browser using DataLab