Skip to contents

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()

Value

package library location

Examples

find_previous_library_location()
#>  Could not determine the last R version installed.
#>  Couldn't locate previous R version's package library.