find_previous_library_location {updater} | R Documentation |
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()
Value
package library location
Examples
find_previous_library_location()
[Package updater version 0.1.2 Index]