You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only export functions intended for users (i.e. no helpers, etc).
Potential functions that are more internal than for use by a typical user
legendopts()
align_plots()
get_tableone()
get_summary()
the_lhs()
get_risktable() - I think it's fine to export this one eventually, but in its current state the output is in a format for internal use: not for use by users, e.g. returns a data frame with columns like y_value, which makes sense for how it's used internally in add_risktable(). But not useful for users.
All the summarize_*() functions
The text was updated successfully, but these errors were encountered:
Only export functions intended for users (i.e. no helpers, etc).
Potential functions that are more internal than for use by a typical user
legendopts()
align_plots()
get_tableone()
get_summary()
the_lhs()
get_risktable()
- I think it's fine to export this one eventually, but in its current state the output is in a format for internal use: not for use by users, e.g. returns a data frame with columns likey_value
, which makes sense for how it's used internally inadd_risktable()
. But not useful for users.summarize_*()
functionsThe text was updated successfully, but these errors were encountered: