R Shiny Apps Tutorial | Deploy and Share Shiny Apps Online | shinyapps.io - create account

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024
  • Hello, welcome to this video.
    In this video we will create a user account with shinyapps.io, login and look at the shinyapps.io dashboard.
    To start with, browse through the shinyapps.io sign up page. You can use the sign up section from shinyapps.io home page or copy - paste link which is given in the description section.
    www.shinyapps....
    We can sign up using an email or with GMAIL/Github login. Alternatively, if you have already signed up, there is also an option to login.
    I am going to create a new account. Enter the email, password and click on sign up button.
    You will get a verification email too in mail box. Follow the instruction to verify email at a later point in time.
    Enter the account name in the landing page and click on save button.
    We are now into our shinyapps.io user account dashboard. It shows some help documentation on how to deploy shiny app.
    On the left sidebar we see a menu option as 'application' with different sub menus. Since we have not deployed any application yet it does not show the list of deployed applications.
    Another menu option is 'Account' with different sub menu items.
    On the right side click on the image icon and we get multiple menu items. out of these, we will be using the tokens menu options to set up and connect user account from R Studio. We will take the secret key information and use in the next video.
    For any questions or consultation, contact me on GMAIL at aagarw30.
    Linkedin:
    / abhinav-agrawal-pmp%c2...
    Github:
    github.com/aag...

ความคิดเห็น • 6

  • @chitwanhumad4079
    @chitwanhumad4079 6 ปีที่แล้ว +1

    How do I run runApp() command from a command line?

    • @abhinavagrawal6317
      @abhinavagrawal6317  6 ปีที่แล้ว

      Hello Chitwan, here you go..
      Assume you have ui.r and server.r files.
      Step:1
      Set working directory -
      Menu option (top) in RStudio
      Session -> Set Working Directory -> Choose Directory
      Step:2
      Save the files in your working directory
      Step:3
      in the console :
      library(shiny)
      runApp()

  • @kubrick2011
    @kubrick2011 5 ปีที่แล้ว +2

    Incomplete information

  • @MrNims104
    @MrNims104 4 ปีที่แล้ว

    HI abinav evertime my apps crashes without loading the file. the file volume is high

    • @abhinavagrawal6317
      @abhinavagrawal6317  4 ปีที่แล้ว

      Hello Nimesh, what does the log in console say? Ty Abi