list_url | R Documentation |
List Files or Folders in a FTP Directory
list_url( url = ftp_path_cdc(), recursive = !is.na(max_depth), max_depth = NA, full_info = FALSE, full_names = FALSE, ... )
url |
URL to FTP server, including "ftp://" |
recursive |
logical indicating whether to list files in all
subdirectories (default: |
max_depth |
maximum folder depth to consider when
|
full_info |
if |
full_names |
if |
... |
arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.