Skip to content
Snippets Groups Projects
make_call_from_parameters.Rd 478 B
Newer Older
  • Learn to ignore specific revisions
  • % Generated by roxygen2: do not edit by hand
    % Please edit documentation in R/read_in_utils.R
    \name{make_call_from_parameters}
    \alias{make_call_from_parameters}
    \title{make_call_from_parameters}
    \usage{
    make_call_from_parameters(class_name, parameters)
    }
    \arguments{
    \item{class_name}{Which class constructor should be called?}
    
    \item{parameters}{A named list of parameters}
    }
    \description{
    Helper function to construct a call from a class name and a
    list of class parameters
    }