accept: chainable function to access add_accepts method

Description Usage Arguments Examples

View source: R/funcs.R

Description

chainable function to access add_accepts method

Usage

1
accept(bp, x, overwrite = FALSE)

Arguments

bp

blueprint object

x

vector of accept strings

overwrite

whether to overwrite existing accept strings, default FALSE

Examples

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

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