【R】cheatsheet

1. はじめに

cheatsheetは、そのまんまですが、Rのcheatsheetのパッケージです。

2. インストール

CRANからインストールできます。

install.packages("cheatsheet")

3. つかってみる

すべてのcheatsheetを取得します。

cheatsheet::get_all_cheatsheets(local_path = "cheats", tidyverse_only = FALSE)
fs::dir_ls("cheats")
> fs::dir_ls("cheats")
cheats/0-template.pdf
cheats/base-r.pdf
cheats/bayesplot.pdf
cheats/bcea.pdf
cheats/caret.pdf
cheats/cartography.pdf
cheats/collapse.pdf
cheats/data-import.pdf
cheats/data-transformation.pdf
cheats/data-visualization-2.1.pdf
cheats/datatable.pdf
cheats/declaredesign.pdf
cheats/distr6.pdf
cheats/estimatr.pdf
cheats/eurostat.pdf
cheats/factors.pdf
cheats/gganimate.pdf
cheats/golem.pdf
cheats/gwasrapidd.pdf
cheats/h2o.pdf
cheats/how-big-is-your-graph.pdf
cheats/imputeTS.pdf
cheats/jfa.pdf
cheats/keras.pdf
cheats/labelled.pdf
cheats/leaflet.pdf
cheats/lubridate.pdf
cheats/Machine Learning Modelling in R.pdf
cheats/mlr.pdf
cheats/mosaic.pdf
cheats/nardl.pdf
cheats/nimble.pdf
cheats/oSCR.pdf
cheats/overviewR.pdf
cheats/package-development.pdf
cheats/packagefinder.pdf
cheats/parallel_computation.pdf
cheats/plumber.pdf
cheats/purrr.pdf
cheats/quanteda.pdf
cheats/randomizr.pdf
cheats/regex.pdf
cheats/reticulate.pdf
cheats/rmarkdown-2.0.pdf
cheats/rphylopic.pdf
cheats/rstudio-ide.pdf
cheats/SamplingStrata.pdf
cheats/sf.pdf
cheats/shiny.pdf
cheats/shiny_Spanish_final.pdf
cheats/sjmisc.pdf
cheats/sparklyr.pdf
cheats/stata2r.pdf
cheats/strings.pdf
cheats/survminer.pdf
cheats/syntax.pdf
cheats/teachR.pdf
cheats/tidyeval.pdf
cheats/time-series.pdf
cheats/tsbox.pdf
cheats/vegan.pdf
cheats/vtree.pdf
cheats/xplain.pdf

4. さいごに

実は、それほどcheatsheetは使っていませんが、必要なものはプリントアウトして活用しています。

Add a Comment

メールアドレスが公開されることはありません。