R/triebeard.R

#' @title Radix trees in Rcpp
#' @name triebeard
#' @description This package provides access to Radix tree (or "trie") structures in Rcpp. At
#' a later date it will hopefully provide them in R, too.
#'
#' @docType package
#' @aliases triebeard triebeard-package
#' @useDynLib triebeard, .registration = TRUE
#' @importFrom Rcpp sourceCpp
NULL

Try the triebeard package in your browser

Any scripts or data that you put into this service are public.

triebeard documentation built on March 7, 2023, 6:55 p.m.