We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c80c7 commit 2d03b98Copy full SHA for 2d03b98
R/datasets.R
@@ -128,6 +128,7 @@ dataset_shortnames <- function(namespace='default') {
128
}
129
130
dataset_summaries <- function(namespace='default') {
131
+ check_package_available("dplyr")
132
dns=dataset_names(namespace = namespace)
133
dd=sapply(dns, simplify = F, function(dn) {
134
dd=dataset_details(dn, namespace = namespace)
0 commit comments