Skip to content

Commit 7b364e5

Browse files
committed
docs: 📝 add callout on why we use prefixes
1 parent b2fb447 commit 7b364e5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

vignettes/fastreg.qmd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ Parquet files. A *register* in this context refers to a collection of
2222
related data files that belong to the same dataset, typically with
2323
yearly snapshots (e.g., `bef2020.sas7bdat`,`bef2021.sas7bdat`).
2424

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+
2531
## Why Parquet?
2632

2733
[Parquet](https://parquet.apache.org/) is a columnar storage file format

0 commit comments

Comments
 (0)