View source: R/loadVGISPhoto.R
loadVGISPhoto | R Documentation |
This function is to load the sample header data from VGIS Oracle database. And associated them with cluster.
loadVGISPhoto(userName, passWord, saveThem = FALSE, savePath = file.path("."))
userName |
character, Specifies a valid user name in VGIS Oracle database. |
passWord |
character, Specifies the password to the user name. |
saveThem |
logical, Specifies whether the loaded data should be saved or returned. The default value is FALSE, which means the function will not save files for you. |
savePath |
character, Specifies the path to save your outputs, you do not need to
specify if |
Depends on saveThem
, if it hs turned off (i.e., FALSE
). The
function returns three datasets:
contains the crews for conducting QA;
Yong Luo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.