how to check version of package in R code example
Example: which package version do i have r
# Replace "snow" below with the name of the package
> packageVersion("snow")
# Replace "snow" below with the name of the package
> packageVersion("snow")