pathname <- system.file("exdata", "accounting", package = "wyntonquery")
jobs <- read_raw_sge_accounting(pathname)
print(jobs)
## Anonymize (although actually already anonymized)
jobs_anon <- anonymize(jobs)
print(jobs_anon)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.