By default function opens browser with new arena session. Appending data to
already existing session is also possible using argument append_data
upload_arena( arena, open_browser = TRUE, append_data = FALSE, arena_url = "https://arena.drwhy.ai/", pretty = FALSE )
| arena | Static arena object |
|---|---|
| open_browser | Whether to open browser with new session |
| append_data | Whether to append data to already existing session |
| arena_url | URL of Arena dashboard instance |
| pretty | whether to generate pretty and easier to debug JSON |
not modified arena object