View source: R/upload_results.R
create_bundle | R Documentation |
This function uploads the benchmarking results. These results will then be incorparated in future versions of the package.
create_bundle(results, filename = NULL, args = NULL, id_prefix = "")
upload_results(
results,
url = "http://www.mas.ncl.ac.uk/~ncsg3/form.php",
args = NULL,
id_prefix = ""
)
results |
Benchmark results. Probably obtained from
|
filename |
default |
args |
Default |
id_prefix |
Character string to prefix the benchmark id. Makes it easier to retrieve past results. |
url |
The location of where to upload the results. |
## Run benchmarks
## Not run:
res = benchmark_std()
upload_results(res)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.