read_grf | R Documentation |
Treats a .GRF file as a concatenation of .PLT files. Returns a list where each element is the result of a call to [read_plt()]. Names are extracted from the header chunks in the .GRF file.
read_grf( path, ids = NULL, ..., verbose = getOption("verbose", default = FALSE) )
path |
(character) ending in .GRF |
... |
passed to [read_plt()] |
verbose |
(logical) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.