1.

Which of the following statement will install shiny?(a) install.packages(“shiny”)(b) install.library(“shiny”)(c) install.lib(“shiny”)(d) all of the mentionedThe question was posed to me in an online quiz.The query is from Shiny topic in chapter Developing Data Products and Working with NumPy of Data Science

Answer» CORRECT OPTION is (a) install.packages(“shiny”)

To explain: Shiny applications are AUTOMATICALLY “live” in the same WAY that spreadsheets are live.


Discussion

No Comment Found

Related InterviewSolutions