I would like to read the source code for the base::sequence()
function.
In R Studio, I can press F2, and usually read the code, though this time the cryptic response is:
function (nvec, ...)
UseMethod("sequence")
I search the Read-only mirror of R source code at:
https://github.com/wch/r-source/search?q=sequence
And could not find the code there.