0
1

More than 1 year has passed since last update.

R 事始め(スタートアップ編)

Last updated at Posted at 2021-10-26

kaggleのコンペは主にRやPythonで記述される。
次回にRを使うときのために備忘録を残します。

Rインストール手順

公式サイトから各環境に合わせてインストールします。
https://cran.r-project.org/

詳細な方法は以下のページが参考になります。
https://rstudio-education.github.io/hopr/starting.html

概要理解

Package紹介

使用頻度の高いpackageの紹介があります。
https://www.analyticsvidhya.com/blog/2021/04/top-10-r-packages-for-data-science-you-must-know-in-2021/

Shinyは、Rから直接インタラクティブなWebアプリを簡単に構築できるRパッケージです。スタンドアロンアプリをWebページでホストしたり、RMarkdownドキュメントに埋め込んだりダッシュボードを作成したりできます。CSSテーマ、htmlwidgets、JavaScriptアクションを使用してShinyアプリを拡張することもできます。
https://shiny.rstudio.com/tutorial/

  • shinyハンズオン

R使用時Tips

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1