jonocarroll {jonocarroll} | R Documentation |
Jonathan Carroll
Description
jonocarroll()
is a theoretical physicist turned R developer. He builds
nonsense packages to help him learn new skills and tools.
Usage
jonocarroll(.data = universe(), process = "R", output = "knowledge", ...) ## S3 method for class 'tabular.data' jonocarroll( .data, process = c("R", "Julia"), output = "knowledge", ... ) ## S3 method for class 'coffee' jonocarroll( .data = "espresso", process = "snobby", output = "code", ... )
Arguments (common)
.data |
We are yet to identify a data type which is not suitable. See https://jcarroll.com.au (jcarroll.com.au) for more details. | |
process |
Typically works with | |
... |
He is always open to new opportunities, so this argument is able to interact with most arguments (trolling excepted). | |
output |
Regardless of the often trivial appearance of the processing, the output is almost always new knowledge, or at least is intended to be. |
Location
jonocarroll()
lives in Adelaide, South Australia (goo.gl) with his partner function. Together they have spawned two child processes.
See Also
Other ways to connect with jonocarroll()
:
blog (jcarroll.com.au)()
,
twitter (twitter.com)()
,
github (github.com)()
Examples
library(ggplot2) library(ggeasy) # rotate x axis labels ggplot(mtcars, aes(hp, mpg)) + geom_point() + easy_rotate_x_labels()