file_info | R Documentation |
List all files with detailed information in a folder. This function is very useful to check large files, eg. GWAS summary statistics.
file_info( path = ".", pattern = NULL, recursive = TRUE, full.names = TRUE, ignore.case = FALSE, all.files = FALSE )
path |
Full path to list. |
pattern |
Match patter. See |
recursive |
Recursive into sub-folders. |
full.names |
List full name. |
ignore.case |
Case-insensitive. |
all.files |
Whether to show invisible files. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.