# reconstruct HW status (boolean vector) by HW ibegin and iend,
#' @name rle
#' @title Run Length Encoding
#'
#' @param info A list with the element of `ibegin`, `iend` and `n`.
#' @param x Integer (or boolean) vector
#'
#' @return true or false vector
#' @example R/examples/ex-rle.R
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.