Is there a way to install previous version of libraries in R. For example,
The current version packageVersion("readxl") is '1.4.0'. But i need version 1.3.1. Can we install it?
Is there a way to install previous version of libraries in R. For example,
The current version packageVersion("readxl") is '1.4.0'. But i need version 1.3.1. Can we install it?