Skip to contents

Makes the row and cell html code for the various sections/tables of the disease-ontology.org "Use Cases" page from the DO team's "DO_uses" google sheet. This function explicitly avoids including the html code for defining the table itself to provide for flexibility. The "html" output in the files specified must be manually copied and pasted into the disease-ontology.org "Use Cases" file in the appropriate section/table.

Usage

make_use_case_html(out_dir = "graphics/website", group = "all")

Arguments

out_dir

The path to the directory where output should be saved, as a string.

group

The group(s) to generate html for, as a character vector. One or more of: "all" (default), "ontology", "resource", or "methodology".

Value

One "html" file in out_dir for each group named as "DO_use_case-{group}.html" and the "User" data from the Google Sheet invisibly.