Skip to content

Commit

Permalink
Update track command in Get Started vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
lazappi committed Nov 29, 2024
1 parent ca7ac09 commit e58e084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/laminr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ LaminDB tracks which code is used to create data.
To track the current source code, run:

```{r track, eval = submit_eval}
db$track("I8BlHXFXqZOG0000", path = "laminr.Rmd")
db$track("I8BlHXFXqZOG0000")
```

<div class="alert alert-info" role="alert">
**Tip**

The UID (here `"I8BlHXFXqZOG0000"`) is obtained by running `db$track(path = "your_file.R")` and copying the UID from the output.
The UID (here `"I8BlHXFXqZOG0000"`) is obtained by running `db$track()` and copying the UID from the output.
</div>

# Connect to other instances
Expand Down

0 comments on commit e58e084

Please sign in to comment.