View source: R/file_checksums.R
file_checksums | R Documentation |
Generate MD5 file checksums and save as json file
file_checksums( dir_path = "data", dir_path_contains = "distribution", file_extensions = c("csv", "geojson", "parquet", "tif"), output_path = "data", output_name = "distribution_file_manifest" )
dir_path |
Path to directory of files to process. |
dir_path_contains |
Path to directory of files contains a specific string. |
file_extensions |
Filter for specific file types like csv or tif |
output_path |
Path to output directory for json file |
output_name |
Name of output file. |
file_checksums("data/") list.files("data", pattern = "*manifest*")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.