Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow working with tibbles #80

Open
shaunss opened this issue Sep 2, 2022 · 0 comments
Open

Allow working with tibbles #80

shaunss opened this issue Sep 2, 2022 · 0 comments
Assignees

Comments

@shaunss
Copy link

shaunss commented Sep 2, 2022

Feature Request

Currently goldfish assumes that network data is a data frame. But some more R packages (especially from the tidyR family) prefer tibbles for tabular data. goldfish works with tibbles, too, but it throws a warning:

data("Social_Evolution")
calls2 <- as_tibble(calls)
callNetwork <- defineNetwork(nodes = actors, directed = TRUE)
callNetwork <- linkEvents(x = callNetwork, changeEvent = calls2,
                          nodes = actors)

> Warning:
> Unknown or uninitialised column: `replace`. 
@jhollway jhollway changed the title Allow working wich tibbles Allow working with tibbles Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants