mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-29 23:06:49 +00:00
* used regex to format the `name`
Removes all singlequotes (') and doublequotes (") in the `name` variable
and replaces all whitespace with an underscore. Now, `ggplot2::aes_string()` can handle a column
name like `New Year's Day`.
* Used backticks in the `name` variable instead of regular expressions
Essentially, I escaped the string `name` with backticks so that
`ggplot2::geom_line()` and `ggplot2::ggplot()` functions can use any
arbitrary input.
|
||
|---|---|---|
| .. | ||
| data | ||
| data-raw | ||
| inst | ||
| man | ||
| R | ||
| src | ||
| tests | ||
| vignettes | ||
| .gitignore | ||
| .Rbuildignore | ||
| configure | ||
| configure.win | ||
| DESCRIPTION | ||
| LICENSE | ||
| NAMESPACE | ||
| prophet.Rproj | ||