notices - See details
Notices
B
bruce (not verified)
25th November 2019 | 5:20am

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!