R/code_check.R
code_read.Rd
Read code from files
code_read(file_path)
a file path or url to read in
a character vector of the file contents
file_path <- demofile("json") text <- code_read(file_path)