Skip to content

function not found in kaiaulu_architecture.rmd #271

Answered by Ssunoo2
Ssunoo2 asked this question in Q&A
Discussion options

You must be logged in to vote

I discovered that this is not a function that is defined in the project but actually part of a package that can be donwloaded in Rstudio via install.packages("Igraph"). Kaiaulu_architecture.rmd also requires another package "visgraph" that can be downloaded via install.packages("visNetwork").

If a function cannot be found like in that error, check the top of the file for the require fields. You'll notice that require(igraph) and require(visNetwork) are part of the require fields. Perhaps additional error messages indicating the absent packages could be helpful in the future.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Ssunoo2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant