check_feather_structure.RdThis function will examine a SQLite3 database to make sure it's consistent with the structure required for my Shiny applications.
check_feather_structure(feather_dir, verbose = T)A logical value indicating if the database passes all required checks.
database_file <- "//AIBSData2/mct-t200/ShinyApps/linnarsson/linnarsson2.db"
check_db_structure(feather_dir)
#> Error in stopifnot(length(dbname) == 1, !is.na(dbname)): object 'feather_dir' not found
check_db_structure(feather_dir,verbose=F)
#> Error in stopifnot(length(dbname) == 1, !is.na(dbname)): object 'feather_dir' not found