Skip to content

Commit

Permalink
minor fix in usage vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Oct 11, 2024
1 parent a4f3c4c commit a217352
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions vignettes/usage.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ knitr::opts_chunk$set(
)
```

```{r setup}
library(laminr)
```

LaminDB is an open-source data framework for biology. You can find out about some of its features in the [documentation of the lamindb Python package](https://docs.lamin.ai/introduction).

This vignette will show you how to use the `laminr` package to interact with LaminDB.
Expand All @@ -43,6 +39,8 @@ This vignette uses the [`laminlabs/cellxgene`](https://lamin.ai/laminlabs/cellxg
You can connect to the instance using the `connect` R function:

```{r connect}
library(laminr)
db <- connect("laminlabs/cellxgene")
```

Expand Down

0 comments on commit a217352

Please sign in to comment.