Description Usage Value Examples
Determine whether cuml was linked to a valid version of the RAPIDS cuML shared library.
| 1 | 
A logical value indicating whether the current installation cuml was linked to a valid version of the RAPIDS cuML shared library.
| 1 2 3 4 5 6 7 8 | library(cuml)
if (!has_libcuml()) {
  warning(
    "Please install the RAPIDS cuML shared library first, and then re-",
    "install {cuml}."
  )
}
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.