Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 54e59c4

Browse files
committed
Use public connection API
1 parent 34e64fc commit 54e59c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/unharmonised.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ get_unharmonised_metadata = function(metadata, ...){
6363
collect() |>
6464
group_by(file_id) |>
6565
summarise(
66-
unharmonised = list(dataset_id=file_id[[1]], cells=cell_, conn=metadata$src$con) |>
66+
unharmonised = list(dataset_id=file_id[[1]], cells=cell_, conn=dbplyr::remote_con(metadata)) |>
6767
c(args) |>
6868
do.call(get_unharmonised_dataset, args=_) |>
6969
list()

0 commit comments

Comments
 (0)