Home » Data Science » Developing Data Products
This course covers the basics of developing data products using R. You will learn how to create data products using R, including how to create R Markdown files, how to use R to generate HTML, PDF, and Word documents, and how to deploy data products on the web.
Que.Which of the following project is used for calling R products from web? a. OpenCPU b. OpenDisk c. OpenMem d. All of the mentioned
Que.Point out the wrong statement. a. Shiny is platform for creating interactive programs embedded in to web page b. Shiny is invented by R folks c. Time required to create data products using shiny is more d. All of the mentioned
Show Answer Time required to create data products using shiny is more
Que.Which of the following statement will install shiny? a. install.packages(“shiny”) b. install.library(“shiny”) c. install.lib(“shiny”) d. all of the mentioned
Show Answer install.packages(“shiny”)
Que.Which of the following can be done by shiny? a. Tabbed main panels b. Editable data tables c. Dynamic UI d. All of the mentioned
Que.Point out the correct statement. a. shiny project is a directory containing at least three parts b. shiny project is a file containing at least three parts c. shiny project consist is a directory containing only one part d. none of the mentioned
Que.Which of the following function can interrupt execution and can be called continuously? a. browser() b. browse() c. search() d. all of the mentioned
Que.runApp() will run the shiny and open the browser window. a. True b. False c. May be True or False d. Can’t say
Que.Which of the following function is for single checkbox widget? a. checkboxInput b. dateInput c. singleboxInput d. all of the mentioned
Que.How many components are involved in shiny? a. 3 b. 4 c. 5 d. none of the mentioned
Que.All of the styled elements are handled through server.R. a. True b. False c. May be True or False d. Can’t say