get_possible_paths: Search the given content for paths that match the constrains...

View source: R/gather.R

get_possible_pathsR Documentation

Search the given content for paths that match the constrains from ignore_patterns and logo_patterns.

Description

Search the given content for paths that match the constrains from ignore_patterns and logo_patterns.

Usage

get_possible_paths(content, logo_patterns, ignore_patterns, pkg_name = "")

Arguments

content

The result of calling get_endpoint_content() on a github repo.

logo_patterns

A regex string of patterns to accept.

ignore_patterns

A regex string of patterns to ignore.

pkg_name

A Name of the package to find logos for.

Value

A list of paths that match the given patterns


hexFinder documentation built on Feb. 16, 2023, 8:11 p.m.