using_cpu | R Documentation |
using_cpu()
checks whether the machine uses the given type
of processor or not.
using_x86_cpu()
checks whether the machine uses an x86
processor
using_arm_cpu()
checks whether the machine uses an ARM-based
processor
using_cpu(arch = c("arm", "x86"))
using_x86_cpu()
using_arm_cpu()
arch |
CPU architecture name. Either |
A logical value
using_arm_cpu()
using_x86_cpu()
using_arm_cpu()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.