Hi - I'm trying to run the code.
But it breaks on the first function
percent - function(x, digits = 2, format = "f", …) {
paste0(formatC(100 * x, format = format, digits = digits, …), “%”)
}
What do the ... in the first line of the function mean? I've never seen that before.
Thanks!