Hi Chris,
I'm walking through the manual to analyze some rsFMRI data and have run into a problem extracting vertex attributes. Specifically, when I run this command: 'dt-.V <- rbindlist(lapply(g, vertex_attr_dt)' I get this error message:
Error in `.rowNamesDF<-`(x, value = value) :
duplicate 'row.names' are not allowed
In addition: Warning message:
non-unique values when setting 'row.names': ‘lACCU’, ‘lAMYG’, ‘lcACC’, ‘lCAUD’, ‘lcMFG’, ‘lCUN’, ‘lENT’, ‘lFUS’, ‘lHIPP’, ‘liCC’, ‘lINS’, ‘lIPL’, ‘lITG’, ‘lLING’, ‘lLOF’, ‘lLOG’, ‘lMOF’, ‘lMTG’, ‘lPALL’, ‘lparaC’, ‘lPARH’, ‘lPCC’, ‘lPCUN’, ‘lperiCAL’, ‘lpOPER’, ‘lpORB’, ‘lpostC’, ‘lpreC’, ‘lpTRI’, ‘lPUT’, ‘lrACC’, ‘lrMFG’, ‘lSFG’, ‘lSMAR’, ‘lSPL’, ‘lSTG’, ‘lTHAL’, ‘lTT’, ‘rcACC’, ‘rcMFG’
I'm hoping you might have a suggestion on how to proceed.
Thanks!