using_r_version | R Documentation |
Get information about the R environment being used.
using_r_version()
determines whether or not a particular version of R is
being used.
using_latest_r_version()
determines whether or not the latest stable
version of R is being used.
using_interactive_session()
determines whether or not R is
being run interactively.
using_r_version(ver)
using_latest_r_version()
using_interactive_session()
ver |
Version string |
A logical value
using_r_version(ver = "4.3.0")
using_latest_r_version()
using_interactive_session()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.