gp_remove_lines | R Documentation |
Utility function to remove lines from a source file
gp_remove_lines(
path,
pattern = " * geoplumber R package code.",
lines_count = 1L
)
path |
path of file to change, used in readLines() |
pattern |
remove what, 1st is used. Unique is best. |
lines_count |
1 by default provide a number |
## Not run:
gp_remove_lines()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.