View source: R/ExportAllSingleTargets.R
ExportAllSingleTargets | R Documentation |
Export Properties for All Single Targets in Selected EV Files
ExportAllSingleTargets( dat.dir = NULL, out.dir = NULL, TargetsVarName = NULL, start.ping = 1, end.ping = 1e+06 )
dat.dir |
Character vector representing name of the directory with EV files. This must be the folder containing the EV file or files, not an EV file itself. Will search the folder recursively to find any EV files. |
out.dir |
Character vector representing name of the directory to which single target exports should be saved. |
TargetsVarName |
Character vector representing name of the single targets variable. |
start.ping |
Integer vector stating the starting ping of the analysis domain. |
end.ping |
Integer vector stating the end ping of the analysis domain. |
This function will open an Echoview instance and export the properties of all single targets from the names single target variable in each EV file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.