View source: R/0_0_2_textDiagnostics.R
| textDiagnostics | R Documentation |
This function prints system and environment diagnostics useful for debugging or user support.
textDiagnostics(
include_other_envs = TRUE,
search_omp = FALSE,
full_session_info = FALSE
)
include_other_envs |
Logical; if TRUE, lists other available Python/Conda environments. |
search_omp |
Logical; if TRUE, scans for OMP-related shared libraries. |
full_session_info |
Logical; if TRUE, includes full sessionInfo() output. |
A named list with all diagnostic information (also printed with message()).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.