get_template_filepath {autoslider.core} | R Documentation |
Retrieve Template File Paths
Description
Retrieve Template File Paths
Usage
get_template_filepath(package = "autoslider.core", full.names = FALSE)
Arguments
package |
A character string specifying the name of the package to search. |
full.names |
If 'TRUE', returns the full path to each file. If 'FALSE', returns only the file names. |
Value
A character vector of template file names or paths, depending on 'full.names'.
[Package autoslider.core version 0.2.6 Index]