Dr Jonathan Carroll, PhD


Bio
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 for more details.

process

Typically works with R but is currently being extended to Julia.

...

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 with his partner function. Together they have spawned two child processes.

See Also

Other ways to connect with jonocarroll(): blog(), twitter(), github()

Examples

library(ggplot2)
library(ggeasy)

# rotate x axis labels
ggplot(mtcars, aes(hp, mpg)) +
    geom_point() +
    easy_rotate_x_labels()

[Package jonocarroll version 0.9.99.9999 Index]

GitHub Contributions

Loading the data just for you.

(Last modified on July 11, 2020)