Which strings should be looked for?
grepstring can also be a vector.
print.source
An optional logical whether the source process printed on the console?
file_sep
String at which file name should be split for looking
for most recent files
file_names
Optional vector of (parts of) file names
ext
File extension for Rcpp files
excl
String indicating which files should be omitted from sourcing
remove_temp_file
Logical indicating whether temporary Rcpp
files should be removed.
file_name
File name
pack
Optional string for package
Details
For loading header files, the line // [include_header_file] has to be included
before loading the header file using a line of the form
#include "my_function.h".