Learn R Programming

manifesto (version 0.0.2)

current_r_version: Get the current R version

Description

The version is returned as a string in the format "major.minor.patch" (e.g., "4.4.0"), using components from R.version.

Usage

current_r_version()

Arguments

Value

A character string representing the full R version.

Examples

Run this code
current_r_version()

Run the code above in your browser using DataLab