Answers for "check what a package does in r"

6

which package version do i have r

# Replace "snow" below with the name of the package
> packageVersion("snow")
Posted by: Guest on March-05-2020
0

check R package version

> packageVersion("snow")
Posted by: Guest on November-05-2021

Browse Popular Code Answers by Language