formatPkgTextFile | R Documentation |
Get the path to a file within an R package
formatPkgTextFile(
file_name,
params = NULL,
dir,
clean_sql = TRUE,
package_name = packageName(parent.frame())
)
file_name |
File name to load from the R package |
params |
List of Parameter names use to replace variables in the file using str_interp (optional) |
dir |
The schema name where the data is stored (e.g MRP_OPS) |
clean_sql |
Should the format of SQL text be cleaned up (e.g. replace newline characters with a space) |
package_name |
Package name that the file is located in. |
Text from the file name provided
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.