| pv_write | R Documentation | 
This is somewhat experimental. It may be useful if one wants to read an existing file, modify the content, and re-write it back to a PSVB file.
pv_write(x, filename)
x | 
 character: data to write. See e.g the   | 
filename | 
 string: path to file  | 
pv_read
## Not run: 
 x <- pv_read(pv_example_file())
 new_file_name <- tempfile(fileext = ".psvb")
 pv_write(x$raw, filename = new_file_name)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.