MockClient | R Documentation |
Client that mocks running an algorithm on the vantage6 infrastructure. Particularly useful for testing and developing.
new()
MockClient$new(datasets, pkgname)
authenticate()
MockClient$authenticate(username = "", password = "")
set.pkgname()
MockClient$set.pkgname(pkg)
set.task.image()
MockClient$set.task.image(image, task.name = "")
call()
MockClient$call(method, ...)
process.results()
MockClient$process.results(site_results)
clone()
The objects of this class are cloneable with this method.
MockClient$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.