This function creates the directory structure necessary for analysing Twitter hashtag activity and displaying the results on a website. It will also prompt you to install packages required by the default analysis and to authorise rtweet.
clamour_setup(path, rstudio = rstudioapi::isAvailable(), open = interactive())
| path | A path for the project. If it exists it will be used. If it does exist it will be created, provided the parent path exists. | 
|---|---|
| rstudio | If  | 
| open | If  
 | 
Path to the newly created project, invisibly.
Based on usethis::create_package()