getConstraintTests() and getInvarCompTable() transitioned to outputConstraintTab() and outputInvarCompTab()
Both outputConstraintTab() and outputInvarCompTab() accept the gtTab argument, allowing users to format the output as either a gt::gt() table or a tibble::tibble() (the default).
Both outputConstraintTab() and outputInvarCompTab() accept the writeTo and fileName arguments, allowing users to export their desired table to a specified directory under a specified name, defaulting to NULL.
Added deprecation warnings to getConstraintTests() and getInvarCompTable() to guide users toward the new functionality.
Notes
Both outputConstraintTab() and outputInvarCompTab() include updated documentation.
Both outputConstraintTab() and outputInvarCompTab() passed manual testing.
Addresses Issue #66
Summary
getConstraintTests()
andgetInvarCompTable()
transitioned tooutputConstraintTab()
andoutputInvarCompTab()
outputConstraintTab()
andoutputInvarCompTab()
accept thegtTab
argument, allowing users to format the output as either agt::gt()
table or atibble::tibble()
(the default).outputConstraintTab()
andoutputInvarCompTab()
accept thewriteTo
andfileName
arguments, allowing users to export their desired table to a specified directory under a specified name, defaulting toNULL
.getConstraintTests()
andgetInvarCompTable()
to guide users toward the new functionality.Notes
outputConstraintTab()
andoutputInvarCompTab()
include updated documentation.outputConstraintTab()
andoutputInvarCompTab()
passed manual testing.devtools::check()
.