# https://github.com/r-lib/pkgdown/issues/2704

Skip to contents

A function that gives some information on the R platform environment used in a script or project.

Usage

get_r_platform_info()

Value

A tibble with two columns `setting`, and `value`.

  • `setting`: The name of the settings like R version, OS, etc.

  • `value`: The value of the setting. Usually the version number of the settings.

Examples


r_platform_table <- get_r_platform_info