Skip to content

Commit 9c8df45

Browse files
committed
add link to tools
1 parent 314595b commit 9c8df45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ When: 7th March 2024, 1700-1830 UTC (convert to local time)
55

66
Where: Register to receive the Zoom link: https://events.humanitix.com/integrating-sql-into-r-analytical-workflows-using-dbplyr
77

8-
Summary: In this workshop, we will discuss why you might consider a relational database to store environmental data. We will go over how to insert data in and retrieve data from a database using R and duckDB. We will focus on how to use the R dbplyr package to integrate databases into tidyverse-focused analytical workflows.
8+
Summary: In this workshop, we will discuss why you might consider a relational database to store environmental data. We will go over how to insert data in and retrieve data from a database using R and duckDB](https://duckdb.org/). We will focus on how to use the R [dbplyr](https://dbplyr.tidyverse.org/) package to integrate databases into tidyverse-focused analytical workflows.
99

1010
This workshop will cover these main points:
1111

1212
- Introduce concepts of a database and discuss why you might want to have/want to use one
1313
- How to integrate the use of a database into an R analytical workflow
14-
- Hands-on exercise using duckDB, dbplyr and how it can be used to learn some SQL basics
14+
- Hands-on exercise using [duckDB](https://duckdb.org/), [dbplyr](https://dbplyr.tidyverse.org/) and how it can be used to learn some SQL basics
1515

1616

1717
### Workshop structure

0 commit comments

Comments
 (0)