make_metadata_file | R Documentation |
Calculates means of bottom variables using calc_bottom_mean_oce and retrieves metadata from .rds files, and combines bottom and metadata for all casts in rds_dir_path.
make_metadata_file(
rds_dir_path = here::here("output", "gapctd"),
in_pattern = "_qc.rds",
output_path = NULL
)
rds_dir_path |
Path to a directory containing rds files that include oce objects named 'bottom' |
in_pattern |
Character vector search pattern for input files. |
output_path |
Output file path (.rds) where file should be saved. |
data.frame containing metadata for all deployments.
Sean Rohan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.