get_sys_arch | R Documentation |
This function retrieves the operating system (OS) name and the CPU architecture
of the current system. The output combines the OS and CPU architecture into
a single string in the format "<OS>-<Architecture>"
.
get_sys_arch()
A character string indicating the operating system and CPU architecture,
e.g., "Darwin-x86_64"
or "Linux-aarch64"
.
# Retrieve the system architecture
condathis::get_sys_arch()
#> [1] "Darwin-x86_64"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.