dynr.version | R Documentation |
Current Version String
dynr.version(verbose = TRUE)
verbose |
If TRUE, print detailed information to the console (default) This function returns a string with the current version number of dynr. Optionally (with verbose = TRUE (the default)), it prints a message containing the version of R and the platform. The primary purpose of the function is for bug reporting. |
A (length-one) object of class 'package_version'
dynr.version()
dynr.version(verbose=FALSE)
packageVersion("dynr")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.