R/track.R
extract_comments.Rd
Vectorize all comments from the file
extract_comments(file)
file to parse
vector of all comments within a file
if (FALSE) { ex_file1 <- "path/file1.R" # get all comments cmmts <- extract_comments(ex_file1) cmmts }