Description Usage Arguments Value Author(s) Examples
View source: R/relationship_perline.R
This function takes the Qualtrics output and creates a dataframe where each node for each subject is a separate line. This function needs to be run right after the 'clean_qualtrics' function.
1 | relationship_perline(qualtricsoutput)
|
qualtricsoutput |
This should be a .csv file with the clean Qualtrics output. You have to run 'clean_qualtrics' before you can use this function! |
This function returns a dataframe. This is a new dataframe where each line is a unique node per each subject. Subjects will have multiple rows of data (the number of rows equals their network size). The dataframe will have blank columns for Gender, Race, Age, and Language. You need to run the other functions to extract that information.
Nicole Burke
1 | newrelationshipdf <- relationship_perline(cleanqualtricsoutput)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.