R/list_primitives.R

Defines functions list_primitives

Documented in list_primitives

#' List all available primitives.
#' @description List all available primitives from `featuretools` which can be passed to \link[featuretoolsR]{dfs}.
#' @export
#'
#' @return A list of all primitives available.
#'
#' @examples
#' \donttest{
#' featuretoolsR::list_primitives()
#' }
list_primitives <- function() {
  .ft$list_primitives()
}

Try the featuretoolsR package in your browser

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

featuretoolsR documentation built on April 25, 2020, 5:05 p.m.