Format p values for the output and removes trailing numbers when p > .10
pvalr(pvals, sig.limit = 0.001, digits = 3, html = FALSE)
A string formatted p-value including equal and less-than sign
pvalr(c(0.432, 0.05, 0.00001))
A vector with p-values
The lowest threshold for full reporting
the amount of digits to report when sig.limit < p < .10
whether to use html coded output