Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo (In contract -> In contrast) #65

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vignettes/articles/connect_hub.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Both functions are also able to connect to files that are stored locally or in t
Where multiple file formats are accepted in a single Hub, file format specific `FileSystemDataset`s are combined into a single `UnionDataset` for single point access to the entire Hub `model-output` dataset.
This only applies to `connect_hub()` in fully configured Hubs, where config files can be used to determine a unifying schema across all file formats.

In contract, `connect_model_output()` can only be used to open single file format datasets of the format defined explicitly through the `file_format` argument.
In contrast, `connect_model_output()` can only be used to open single file format datasets of the format defined explicitly through the `file_format` argument.


```{r setup}
Expand Down
Loading