# View included defaults
param_set()
# Update the defaults
param_set("{mean} ({sd})" = c(2,3), "pct" = 1)
# Separate mean and SD to different lines
param_set("mean" = 2, "sd" = 3)
# Add formatting using the glue syntax
param_set("{pct} %" = 1)
Run the code above in your browser using DataLab