зеркало из https://github.com/Azure/AzureDSVM.git
Don't print the return value.
This commit is contained in:
Родитель
17075f543e
Коммит
6c79235f9e
|
@ -15,6 +15,5 @@ existsRG <- function(context, resource.group, location, verbose=TRUE)
|
||||||
{if (verbose) print(.)} %>%
|
{if (verbose) print(.)} %>%
|
||||||
nrow() %>%
|
nrow() %>%
|
||||||
equals(0) %>%
|
equals(0) %>%
|
||||||
not() %T>%
|
not()
|
||||||
{if (verbose) print(.)}
|
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче