Skip to content
Snippets Groups Projects
Commit 7d020c54 authored by Laura A DeCicco's avatar Laura A DeCicco
Browse files

Removed interactive option from site info.

parent 3dcb5d22
No related branches found
No related tags found
1 merge request!13Added multiple sites to site requests.
......@@ -20,7 +20,7 @@
#' INFO <- getMetaData('05114000','00010')
getMetaData <- function(siteNumber="", parameterCd="",interactive=TRUE){
if (nzchar(siteNumber)){
INFO <- getSiteFileData(siteNumber,interactive=interactive)
INFO <- getSiteFileData(siteNumber)
} else {
INFO <- as.data.frame(matrix(ncol = 2, nrow = 1))
names(INFO) <- c('site.no', 'shortName')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment