nc_merge | R Documentation |
nc_merge
)The nc_merge
function combines CSV files exported from Network Canvas, a popular tool for egocentric data capture. It is designed to address issues that may be encountered by nc_read
when Network Canvas exports separate CSV files for individual responses.
nc_merge(path, export_path)
path |
A character value indicating the directory in which Network Canvas CSVs are located. |
export_path |
A character value indicating the directory to which merged CSV files should be exported. This should not be the same directory as |
nc_merge
always writes two CSV files to the directory specified in export_path
: an ego list and an alters list. If CSV files containing alter-alter ties are detected, it also writes a third merged CSV of these ties.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.