| validate_parquet_directory | R Documentation |
Validates that a directory contains properly formatted Parquet files and metadata for use with ParquetBackend.
validate_parquet_directory(data_dir, verbose = TRUE)
data_dir |
Path to directory to validate |
verbose |
If TRUE, prints validation details (default: TRUE) |
Checks:
Directory exists
metadata.json exists and is valid
All expected Parquet files exist
Parquet files have correct dimensions
Logical indicating whether the directory is valid
## Not run:
validate_parquet_directory("my_connectomes")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.