| SaveAzimuthReference | R Documentation | 
Azimuth references and neighbors index to same folderSave Azimuth references and neighbors index to same folder
SaveAzimuthReference(object = NULL, folder = NULL)
| object | An  | 
| file | Path to save  | 
| ... | Arguments passed on to  
 | 
Invisibly returns file
saveRDS() readRDS()
# Make Azimuth Reference object
obj.azimuth <- AzimuthReference(object)
# Save 
SaveAzimuthReference(object = obj.azimuth, folder = "azimuth_reference")
# Run Azimuth
query <- RunAzimuth(query = query, 
                    reference = "azimuth_reference", 
                    ...)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.