Code clarity would be improved with pipes and explicitly importing tibbles would remove the tidygraph::as_tibble workaround in grab_network.R:109.
Also, using tibble directly would make sure hrefs are strings and not factors. Currently, as_tibble is wrapped around data.frame so all the strings get converted to factors.
Code clarity would be improved with pipes and explicitly importing tibbles would remove the
tidygraph::as_tibbleworkaround in grab_network.R:109.Also, using
tibbledirectly would make sure hrefs are strings and not factors. Currently,as_tibbleis wrapped arounddata.frameso all the strings get converted to factors.