Skip to content

Workflow update #58

@seancsmith

Description

@seancsmith

R session keeps crashing due to the size of the pico tag table in stroke-SOLES.

Have a look at how these tables are put together. Possibly take apart the pico_ont by type first e.g.

pico_ont_outcome <- dbreadtable(con, "pico_ontology)
filter(type == "outcome")

pico_tagged_outcome <- tbl(con, "pico_tag)
filter(regex_id %in% pico_ont_outcome$regex_id)

Rather than bringing in the full pico_tagged table!?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions