Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 539 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 539 Bytes

Tercen operators catalog

Description

A catalog of all Tercen operators can be found here:

https://tercen.github.io/operator_catalog/

This catalog is automatically generated.

Generate the catalog

The following script updates the operator list in data/all-tags.csv.

source("./scripts/retrieveOperators.R")

The next script gets relevant information from operators repositories and generates the book.

source("./scripts/generateCatalog.R")
bookdown::render_book(input = "index.Rmd", output_dir = "docs")