View source: R/x3p_read_folder.R
x3p_read_folder | R Documentation |
This function is provided with a path to a folder, it will search recursively for all x3p files within the folder, read the x3p files, and return the results as part of a tibble dataset.
x3p_read_folder(path)
path |
character string to a folder |
tibble with two variables: source contains the file path to the x3p file, and x3p is a list variable of x3p objects.
# example code
path <- dirname(system.file("csafe-logo.x3p", package="x3ptools"))
x3p_read_folder(path) # show all x3p files installed with x3ptools
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.