Startr-specificFunctions specific to running a startr-templated project |
|
---|---|
Initialize startr project |
|
Runs the analysis step for a startr project. |
|
Configures an existing startr project |
|
Runs the notebook rendering step for a startr project. |
|
Runs the processing step on a startr project. |
|
Runs the visualization step for a startr project. |
|
Runs the pre-processing step on a startr project. |
|
Runs the post-processing step on a startr project. |
|
Renders out an RMarkdown notebook. |
|
Get path within cached data directory. |
|
Get path within disposable data outputs directory. |
|
Get path within processed data directory. |
|
Get path within raw data directory. |
|
Construct an arbitrary path. |
|
Get path within plots directory. |
|
Get path within reports directory. |
|
Get path within scrape directory. |
|
Get path within src directory |
|
Helpers |
|
Index values |
|
Calculate mode |
|
De-accents strings |
|
Removes non-UTF-8 characters |
|
Opposite of %in% |
|
Opposite of is.na |
|
Opposite of is.null |
|
Simplifies strings for analysis |
|
Cleans up column names by forcing them into tidyverse style |
|
Converts a character vector to logicals |
|
Reading |
|
Combine all sheets in an Excel file |
|
Combine CSVs in a directory |
|
Combine Excel files in a directory |
|
Writing |
|
Write out an Excel file with minimal configuration |
|
Write out a ggplot2 graphic with minimal configuration |
|
Write a shapefile to disk |
|
Graphics |
|
Create a continuous x-axis scale using percentages |
|
Create a continuous y-axis scale using percentages |
|
Reorder an x or y axis within facets |
|
Passed after reorder_within to reorder x-axis along facets |
|
Passed after reorder_within to reorder x-axis along facets |