get_html_comment_text_lines_and_labels_from_files: Read in file and find, classify, and count comments by label...

View source: R/get_html_comment_text_lines_and_labels_from_files.R

get_html_comment_text_lines_and_labels_from_filesR Documentation

Read in file and find, classify, and count comments by label type.

Description

Read in file and find, classify, and count comments by label type.

Usage

get_html_comment_text_lines_and_labels_from_files(files, label = "")

Arguments

files

Names of files

label

Optional regex expression that can be used to limit the comments found by adding each element of the character vector in turn immediately after "<!–" in the regex expression. The resulting logical vectors are OR'd together to combine their results.


rmsharp/rmsutilityr documentation built on Feb. 13, 2024, 6:01 p.m.