cynkra / dm

Working with relational data models in R
https://dm.cynkra.com
Other
502 stars 49 forks source link

Error in example in "Cheatsheet" vignette : pull_tbl() #2177

Open MurielleDelmotte opened 10 months ago

MurielleDelmotte commented 10 months ago

In Cheatsheet

Presentation of pull_tbl function is incorrect :

image

instead of

dm1 |>
 pull_tbl(
green_df,
keyed = TRUE
)
krlmlr commented 2 days ago

Thanks, confirmed on Firefox:

image