run_tool: run_tool

View source: R/functions_wrapper.R

run_toolR Documentation

run_tool

Description

Run tool workflow

note:: This is a general function that can run any tool. There is also one function for each specific tool. Please refer to the documentation of these for more specific information.

Usage

run_tool(tool_name, ...)

Arguments

tool_name

(str) Name of tool to run

...

Arguments to pass to tool

Value

(Results) Results object for tool

Examples

## Not run: 
model <- load_example_model("pheno")
res <- run_tool("ruvsearch", model)

## End(Not run)


pharmpy/pharmr documentation built on June 11, 2025, 11:56 a.m.