update_result | R Documentation |
Re-runs the function used to create a gemma.R output to update the data at hand. Useful if you have a reason to believe parts of the data has changed since your last accession and you wish to update while decoupling the update process from your original code used to generate the data.
update_result(query)
query |
Output from a gemma.R function |
Note that if you have used the file and overwrite arguments with the original call, this will also repeat to regenarete the file based on your initial preference
annots <- get_dataset_annotations(1)
# wait for a couple of years..
# wonder if the results are the same
updated_annots <- update_result(annots)
# also works with outputs of get_all_pages
platforms <- get_all_pages(get_platforms_by_ids())
updated_platforms <- update_result(platforms)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.