powered by
Wrapper around tail() that first converts the results to a data frame using as.data.frame.verify_stockflow().
tail()
as.data.frame.verify_stockflow()
# S3 method for verify_stockflow tail(x, n = 6L, ...)
A data.frame.
data.frame
A verify_stockflow object.
verify_stockflow
Number of rows. Defaults to 6.
Other arguments passed to as.data.frame.verify_stockflow().
sfm <- stockflow("SIR") |> unit_test(expr = all(susceptible >= 0)) res <- verify(sfm) tail(res)
Run the code above in your browser using DataLab