compile_data | R Documentation |
This function allows you to merge the individual-specific CSVs. Simply set a path to the main folder. Then run the function. See details below.
compile_data(path = path, game = "GivingData", batch = FALSE)
path |
Full path to main folder. |
game |
Select the data to merge. "GivingData" for Giving. "LeavingData" for Leaving. "ReducingData" for Reducing. Other folders can be compiled as well, by putting the folder name here: e.g., "FriendshipTies" |
batch |
Do the tie data come from the batched-processed image classifier? If so, set batch=TRUE, so that an extra column with game ID is added. |
## Not run:
compile_data(path=path, game="GivingData")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.