Skip to content

Commit 7b6ed42

Browse files
committed
Set scientific parameter default to FALSE
1 parent ee65d76 commit 7b6ed42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/param_table.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#' #ctr <- theophylline()
1313
#' #my_params <- ctr %>% param_table(fun = "var")
1414

15-
param_table <- function(ctr, fun, return_table=FALSE, scientific=TRUE, digits=2) {
15+
param_table <- function(ctr, fun, return_table=FALSE, scientific=FALSE, digits=2) {
1616

1717
# Argument Checks
1818
if(missing(fun)) fun <- c("var","sd")

man/param_table.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)