Nothing
#' A fast and integer-based `sign()`
#'
#' @param x Integer or double vector.
#'
#' @returns
#' An integer vector denoting the sign, -1 for negatives, 1 for positives and 0
#' for when `x == 0`.
#'
#' @export
int_sign <- cpp_int_sign
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.