Install
openclaw skills install running-r-analysis-in-existing-projectsWork inside an existing R project to extend analyses, modify scripts, run statistical models, update visualizations, and regenerate reports.
openclaw skills install running-r-analysis-in-existing-projectsThis skill operates inside an already structured R project. It helps extend, debug, or enhance existing analyses without recreating the project from scratch.
Use this skill when the user wants to:
When activated, this skill will:
Understand the project structure
data/, scripts/, results/, reports/.Rproj, .Rmd, .qmd, or .R filesInspect existing analysis
Extend or modify analysis
ggplot2Re-run and update outputs
results/Debug issues
User: Add a logistic regression model and update the report.
Skill actions:
glm()results/| Purpose | R Packages |
|---|---|
| Data wrangling | tidyverse, dplyr |
| Modeling | stats, lme4, glmnet |
| Visualization | ggplot2 |
| Reporting | rmarkdown, quarto |
| Project management | here, renv |