create_funstr | R Documentation |
Create a string ("funstr") to be used in functions read_raster() and write_raster().
create_funstr(s, pattern = funstr_ptrn(), replacement = "x")
s |
Blueprint of the string to be created, with the variable between square brackets. |
pattern |
character string containing a regular expression. |
replacement |
Symbol to replace the variable with in "s" |
String ("funstr") to be used in functions read_raster() and write_raster()
create_funstr("[A]*100+[B]", replacement=c("y","x"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.