Learn R Programming

analysisPipelines (version 1.0.2)

isDependencyParam: Checks if the parameter is the dependency parameter

Description

Checks if the parameter is the dependency parameter

Usage

isDependencyParam(f)

Arguments

f

formula from which term is to be extracted.

Value

Logical as to whether it is a dependency parameter

Details

This is a helper function to check if the formula provided is a dependency parameter, as per the package's formula semantics, capturing function dependencies

Examples

Run this code
# NOT RUN {
library(analysisPipelines)
isDependencyParam(~f1)
# }

Run the code above in your browser using DataLab