View source: R/setup_folders.R
setup_folders | R Documentation |
This function allows you to build the directories for the data, and to customize which folders appear
setup_folders(path = path, add = NULL)
path |
Full path to where folder will be stored. This folder will be called "RICH" |
add |
A vector of additional data storage sub-folders to add to directory. |
## Not run:
path = "C:/Users/BirdySanders/Desktop"
games_to_add = c("FriendshipsData", "TrustData", "NetworkData", "LikertData")
setup_folders(path, add=games_to_add)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.