The st object will collect various configuration settings and pass those to stable() when the object is passed to st_make().

st_new(data, ...)

st_data(data, ...)

Arguments

data

the data frame to pass to stable(); the user should filter or subset so that data contains exactly the rows (and columns) to be processed; pmtables will not add or remove rows prior to processing data

...

additional arguments passed to stable()

Examples

ob <- st_new(ptdata()) ob <- st_data(ptdata())