Which Of The Following Statement Will Install Shiny #448
Which of the following statement will install shiny?
This multiple choice question (MCQ) is related to the book/course gs gs120 Data Structure. It can also be found in gs gs120 Developing Data Products and Working with NumPy - Shiny - Quiz No.1.
Which of the following statement will install shiny?
install.packages(“shiny”)
install.library(“shiny”)
install.lib(“shiny”)
all of the mentioned