Skip to content

Commit 316acdc

Browse files
committed
Update preview.qmd
1 parent 3b2a6ea commit 316acdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-guide/preview.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ output is consistent, no matter what type of data you're looking at.
2424

2525
## Viewing a Table with `preview()`
2626

27-
Let's look at how preview works. It requires only a table and, for this first example, let's use the
28-
`nycflights` dataset:
27+
Let's look at how [`preview()`](https://posit-dev.github.io/pointblank/reference/preview.html)
28+
works. It requires only a table and, for this first example, let's use the `nycflights` dataset:
2929

3030
```{python}
3131
nycflights = pb.load_dataset(dataset="nycflights", tbl_type="polars")

0 commit comments

Comments
 (0)