Skip to content

Commit

Permalink
Prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Nov 22, 2024
1 parent 410e97d commit 4916b6f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions vignettes/laminr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ lamin connect <owner>/<name>
This instance acts as the default instance for everything that follows.
Any data and tracking information will be added to it.

# Start an R session
# Start your analysis

Load **{laminr}** to get started.

Expand All @@ -59,9 +59,7 @@ db <- connect()

It is used to manage all datasets and metadata entities.

# Track data lineage

LaminDB can track which scripts or notebooks were used to create data.
LaminDB tracks which code is used to create data.
To track the current source code, run:

```{r track, eval = submit_eval}
Expand Down

0 comments on commit 4916b6f

Please sign in to comment.