This function filters files in a folder based on the provided filter.
Examples
# Gives path to files/folders with "tests" in the name in the
# working directory
files_filter(getwd(),"tests")
#> character(0)
This function filters files in a folder based on the provided filter.
# Gives path to files/folders with "tests" in the name in the
# working directory
files_filter(getwd(),"tests")
#> character(0)