[amp_mcq option1=”shiny project is a directory containing at least three parts” option2=”shiny project is a file containing at least three parts” option3=”shiny project consist is a directory containing only one part” option4=”none of the mentioned” correct=”option1″]
The correct answer is: A. shiny project is a directory containing at least three parts.
A shiny project is a directory that contains at least three parts:
- A
package.jsonfile that specifies the project’s dependencies - A
shiny.Rfile that contains the code for the shiny app - A
assetsdirectory that contains the app’s assets, such as CSS, JavaScript, and images
Option B is incorrect because a shiny project is not a file, it is a directory.
Option C is incorrect because a shiny project contains at least three parts, not just one.
Option D is incorrect because option A is the correct answer.