{"id":32200833,"url":"https://github.com/bradlindblad/cheatsheet","last_synced_at":"2025-10-22T03:56:18.422Z","repository":{"id":52239360,"uuid":"348057949","full_name":"bradlindblad/cheatsheet","owner":"bradlindblad","description":"A simple package to grab cheat sheets and save them to your local computer","archived":false,"fork":false,"pushed_at":"2023-05-29T03:12:15.000Z","size":8768,"stargazers_count":11,"open_issues_count":3,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-22T03:56:06.227Z","etag":null,"topics":["cheatsheets","data","datascience","r"],"latest_commit_sha":null,"homepage":"https://bradlindblad.github.io/cheatsheet/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bradlindblad.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-03-15T17:12:12.000Z","updated_at":"2024-03-30T22:25:11.000Z","dependencies_parsed_at":"2023-02-16T03:16:15.118Z","dependency_job_id":null,"html_url":"https://github.com/bradlindblad/cheatsheet","commit_stats":{"total_commits":51,"total_committers":2,"mean_commits":25.5,"dds":0.3921568627450981,"last_synced_commit":"1065c252a0c8d29aa31df9547bb905b3d2f74d89"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/bradlindblad/cheatsheet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradlindblad%2Fcheatsheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradlindblad%2Fcheatsheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradlindblad%2Fcheatsheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradlindblad%2Fcheatsheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bradlindblad","download_url":"https://codeload.github.com/bradlindblad/cheatsheet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradlindblad%2Fcheatsheet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280376547,"owners_count":26320275,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-22T02:00:06.515Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cheatsheets","data","datascience","r"],"created_at":"2025-10-22T03:56:17.420Z","updated_at":"2025-10-22T03:56:18.414Z","avatar_url":"https://github.com/bradlindblad.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# cheatsheet \u003cimg src='https://github.com/bradlindblad/cheatsheet/blob/main/man/figures/logo.png?raw=true' align=\"right\" width=\"120\" /\u003e\n\n\n\u003c!-- badges: start --\u003e\n[![R-CMD-check](https://github.com/bradlindblad/cheatsheet/actions/workflows/check-standard.yaml/badge.svg)](https://github.com/bradlindblad/cheatsheet/actions/workflows/check-standard.yaml)\n[![pkgdown](https://github.com/bradlindblad/cheatsheet/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/bradlindblad/cheatsheet/actions/workflows/pkgdown.yaml)\n[![codecov](https://codecov.io/gh/bradlindblad/cheatsheet/branch/main/graph/badge.svg?token=ww0rPGYgt4)](https://app.codecov.io/gh/bradlindblad/cheatsheet)\n[![metacran downloads](https://cranlogs.r-pkg.org/badges/grand-total/cheatsheet)](https://cran.r-project.org/package=cheatsheet)\n[![CRAN status](https://www.r-pkg.org/badges/version/cheatsheet)](https://CRAN.R-project.org/package=cheatsheet)\n\n\n\n\n\u003c!-- badges: end --\u003e\n\n{cheatsheet} is a simple R package that downloads [helpful R cheatsheets](https://posit.co/resources/cheatsheets/) from the repository maintained by Posit You could easily just clone the repo these are [hosted at](https://github.com/rstudio/cheatsheets) and filter them how you wish; this package is just a shortcut and more useful for people who aren't familiar with git.\n\n## Installation\n\nYou can install the released version of cheatsheet from [CRAN](https://CRAN.R-project.org) with:\n\n``` r\ninstall.packages(\"cheatsheet\")\n```\n\n## Usage\n\nThe main function here is `cheatsheet::get_all_cheatsheets`. \n```{r eval=FALSE}\nlibrary(cheatsheet)\nlibrary(fs)\n\n# Get all cheatsheets and place in a folder on your desktop\ncheatsheet::get_all_cheatsheets(local_path = \"cheats\", tidyverse_only = FALSE)\nfs::dir_ls(\"cheats\")\n\n# 0-template.pdf\n# Machine Learning Modelling in R.pdf\n# SamplingStrata.pdf\n# base-r.pdf\n# bayesplot.pdf\n# bcea.pdf\n# caret.pdf\n# cartography.pdf\n# collapse.pdf\n# data-import.pdf\n# data-transformation.pdf\n# data-visualization-2.1.pdf\n# datatable.pdf\n# declaredesign.pdf\n# distr6.pdf\n# estimatr.pdf\n# eurostat.pdf\n# factors.pdf\n# gganimate.pdf\n# golem.pdf\n# gwasrapidd.pdf\n# h2o.pdf\n# how-big-is-your-graph.pdf\n# imputeTS.pdf\n# jfa.pdf\n# keras.pdf\n# labelled.pdf\n# leaflet.pdf\n# lubridate.pdf\n# mlr.pdf\n# mosaic.pdf\n# nardl.pdf\n# nimble.pdf\n# oSCR.pdf\n# overviewR.pdf\n# package-development.pdf\n# packagefinder.pdf\n# parallel_computation.pdf\n# plumber.pdf\n# purrr.pdf\n# quanteda.pdf\n# randomizr.pdf\n# regex.pdf\n# reticulate.pdf\n# rmarkdown-2.0.pdf\n# rphylopic.pdf\n# rstudio-ide.pdf\n# sf.pdf\n# shiny.pdf\n# shiny_Spanish_final.pdf\n# sjmisc.pdf\n# sparklyr.pdf\n# stata2r.pdf\n# strings.pdf\n# survminer.pdf\n# syntax.pdf\n# teachR.pdf\n# tidyeval.pdf\n# time-series.pdf\n# tsbox.pdf\n# vegan.pdf\n# vtree.pdf\n# xplain.pdf\n\n\n```\n\n```{r eval=FALSE}\n# Just grab core tidyverse cheatsheets\ncheatsheet::get_all_cheatsheets(local_path = \"cheats\", tidyverse_only = TRUE)\n\n# data-import.pdf            data-transformation.pdf    \n# data-visualization-2.1.pdf factors.pdf                \n# lubridate.pdf              purrr.pdf                  \n# strings.pdf                tidyeval.pdf \n\n```\n\n## Foreign language support\n\n{cheatsheet} also lets you download cheatsheets that have been translated to over a dozen languages. Check which languages are available with this command:\n```{r}\ncheatsheet::list_languages()\n```\n\nThen, pass the language you want to this function:\n```{r eval=FALSE}\ncheatsheet::get_translation(local_path = \"cheats\", language = \"german\")\n\n# base-r_de.pdf\n# data-transformation-cheatsheet_de.pdf\n# data-wrangling-german.pdf\n# devtools-german.pdf\n# ggplot2-german.pdf\n# rmarkdown-cheatsheet-2.0-german.pdf\n# shiny-german.pdf\n# sparklyr-cheatsheet_de.pdf\n\n```\n\nIf anyone has another known and established stash of cheatsheets that would be helpful for this package, please submit an [issue](https://github.com/bradlindblad/cheatsheet/issues) or pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbradlindblad%2Fcheatsheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbradlindblad%2Fcheatsheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbradlindblad%2Fcheatsheet/lists"}