We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2fb447 commit 7b364e5Copy full SHA for 7b364e5
1 file changed
vignettes/fastreg.qmd
@@ -22,6 +22,12 @@ Parquet files. A *register* in this context refers to a collection of
22
related data files that belong to the same dataset, typically with
23
yearly snapshots (e.g., `bef2020.sas7bdat`,`bef2021.sas7bdat`).
24
25
+::: callout-note
26
+We use package prefixes (`fastreg::`) throughout the documentation
27
+rather than `library()` calls, to make the package origin of each
28
+function explicit and avoid naming conflicts.
29
+:::
30
+
31
## Why Parquet?
32
33
[Parquet](https://parquet.apache.org/) is a columnar storage file format
0 commit comments