LoginSignup
1
0

More than 3 years have passed since last update.

shinyapps.ioでshinyアプリをクイックデプロイ

Last updated at Posted at 2019-08-15

概要

  • 5つくらいコースがあるみたい
  • 無料のやつの仕様は、5アプリ & 25アクティブ/Hまで

クイックスタート

  1. アカウント作成
    • googleアカウントでログイン可
  2. パッケージインストール

    • devtools
    • rsconnect
  3. rsconnectの設定

    rsconnect::setAccountInfo(name="<ACCOUNT>", token="<TOKEN>", secret="<SECRET>")
    
  4. deployApp()

詳細

1
0
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
1
0