Skip to content

Error when setting up "nc_read" #3

@temibalao

Description

@temibalao

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions