-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi there,
I am coming across an error when I enter the following code:
path_data <- paste0(getwd(),'/path-to-data-export')
path_protocol <- paste0(getwd(),'/path-to-nc-protocol')
install.packages("pacman")
library(pacman)
p_load(ideanet, egor, sna, ggplot2)
nc_data <- nc_read(path = path_data,
protocol = path_protocol)
Error in ego_files[[i]] : subscript out of bounds
Is the data exported incorrectly? Or am I using 'nc_read' incorrectly? Thank you.
Metadata
Metadata
Assignees
Labels
No labels