Details
A thin convenience wrapper around the “tinytheme” entry of tpar. The difference is that it always returns a plain character string, including in a session where no theme has been set yet (where tpar(“tinytheme”) returns NULL rather than “default”). Use tpar if you want the full set of underlying theme settings, rather than just the name.
Note that a theme passed to the tinyplot(…, theme =) argument is ephemeral: it is reset on exit, so it is only visible to tinytheme_get() from inside that same call (e.g. via draw).