Wrapper around head() that first converts the results to a data frame using
as.data.frame.verify_stockflow().
Usage
# S3 method for class 'verify_stockflow'
head(x, n = 6L, ...)Arguments
- x
A
verify_stockflowobject.- n
Number of rows. Defaults to 6.
- ...
Other arguments passed to
as.data.frame.verify_stockflow().