Reports which Screaming Frog link types count as edges in the
link graph. Only true hyperlinks build the graph; resource references such
as images, stylesheets, and scripts are excluded. The eligible set is
sf_contract()$graph_eligible_types.
See also
Other Screaming Frog toolkit:
sf_container_from_path(),
sf_contract(),
sf_normalize_position(),
sf_parse_follow(),
sf_read_input(),
sf_region_from_path(),
sf_rel_nofollow()
Examples
sf_graph_eligible(c("Hyperlink", "Image", "Stylesheet"))
#> [1] TRUE FALSE FALSE