Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete sidebar if no buttons are provided #181

Open
edward-burn opened this issue Oct 25, 2024 · 0 comments
Open

Delete sidebar if no buttons are provided #181

edward-burn opened this issue Oct 25, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@edward-burn
Copy link
Contributor

edward-burn commented Oct 25, 2024

image

from below code

con <- DBI::dbConnect(duckdb::duckdb(dbdir = CDMConnector::eunomia_dir()))
  cdm <- CDMConnector::cdm_from_con(con = con,
                                    cdm_schema = "main",
                                    write_schema = "main")
  meds_cs <- CodelistGenerator::getDrugIngredientCodes(
    cdm = cdm,
    name = c(
      "acetaminophen",
      "morphine",
      "warfarin"
    )
  )
  cdm$meds <- CohortConstructor::conceptCohort(cdm = cdm,
                               conceptSet = meds_cs,
                               name = "meds")
  results <- phenotypeDiagnostics(cdm$meds)
OmopViewer::exportStaticApp(results, here::here())
@catalamarti catalamarti changed the title snapshot table empty side panel Delete sidebar if no buttons are provided Oct 28, 2024
@catalamarti catalamarti added the enhancement New feature or request label Oct 28, 2024
@catalamarti catalamarti self-assigned this Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants