name: Performance about: "Runtime, memory, or storage inefficiency" title: "" labels: "topic: performance" assignees: wlandau
Please describe the performance issue.
How poorly does targets-shiny
perform? To find out, we recommend you use the proffer
package and take screenshots of the results displayed in your browser.
library(targets)
library(proffer)
px <- pprof({
# All your targets code goes here.
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.