ignore: chainable function to access add_ignores method

Description Usage Arguments Examples

View source: R/funcs.R

Description

chainable function to access add_ignores method

Usage

1
ignore(bp, x, overwrite = FALSE)

Arguments

bp

blueprint object

x

vector of ignore strings

overwrite

whether to overwrite existing ignore strings, default FALSE

Examples

1
2
3
bp <- Blueprint$new("nonmem")
bp %>%
ignore(c("TIME.GT.100", "DV.LT.1"))

AstraZeneca/blueprint documentation built on May 17, 2019, 11:32 a.m.