Amazing pharmaverse presentation

Ari Siggaard Knoph

Agenda

  • Some beautiful code
  • Closer look at a function
  • Main points

Code

When you click the Render button a presentation will be generated that includes both content and the output of embedded code. You can embed code like this:

1 + 1
[1] 2

Closer look at code from function

This code is coming from a function in a package:

foo.R
foo <- \(x) {
  print(x)
}

foo("Hello")
[1] "Hello"

Main points

admiral is growing!

Tip

Did you know that admiral has already been extended to several disease areas?