get_cpu | R Documentation |
Attempt to extract the CPU model on the current host. This is OS specific:
Linux: /proc/cpuinfo
Apple: sysctl -n
Solaris: Not implemented.
Windows: wmic cpu
A value of NA
is return if it isn't possible to obtain the CPU.
get_cpu()
## Return the machine CPU get_cpu()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.