Build Interactive Web App. with Shiny R

shah.hassan
Jul 21, 2020

--

There are few ways you can install package in R using RStudio. One of them — by running the install command in the Console

install.packages(“shiny”)
my console when I’m running install package command

In my case, Shiny R server will be using port 6842. I can launch my project on the localhost URL : http://127.0.0.1:6842

Using the built-in example :

library(shiny)
runExample("01_hello")

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

shah.hassan
shah.hassan

Written by shah.hassan

Software engineering and film. All are work-in-progress.

No responses yet

Write a response