Skip to content

Commit 087a1f2

Browse files
donnees_dispo sur le champ disponible
1 parent d25a614 commit 087a1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/donnees_dispo.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ donnees_dispo <- function(recherche_init = NULL,
3737
# 1 - construit table à afficher
3838
affich <-
3939
listToDf(
40-
liste = ld,
40+
liste = ld[which(sapply(ld, function(x) x$disponible))],
4141
vars = c("collection", "libelle", "nom", "date_ref", "size")
4242
)
4343
affich$size <- round(as.numeric(affich$size) / 1048576, 1) # conversion Mo

0 commit comments

Comments
 (0)