R/get_core_args.R

Defines functions get_core_args

get_core_args <- function(twig_obj, all_args) {
  core_non_event_args <- get_core_non_event_args(all_args, twig_type = class(twig_obj)) 

  event_args <- get_event_args(twig_obj, all_args)
  core_args <- c(core_non_event_args, event_args)

  return(core_args)
}

Try the twig package in your browser

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

twig documentation built on April 12, 2025, 2:08 a.m.