pl_read | R Documentation |
PL files come in one of four types and are pipe-delimited with no header row. This function speedily reads in the files and assigns the appropriate column names and types.
pl_read(path, ...) read_pl(path, ...)
path |
a path to a folder containing PL files. Can also be path or a URL for a ZIP file, which will be downloaded and unzipped. |
... |
passed on to |
A list of data frames containing the four PL files.
pl_ex_path <- system.file('extdata/ri2018_2020Style.pl', package = 'PL94171') pl <- pl_read(pl_ex_path) # or try `pl_read(pl_url("RI", 2010))`
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.