Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

strange logic in banc_cave_tables #2

Closed
jefferis opened this issue Jul 11, 2024 · 1 comment
Closed

strange logic in banc_cave_tables #2

jefferis opened this issue Jul 11, 2024 · 1 comment
Assignees

Comments

@jefferis
Copy link
Member

bancr/R/cave-tables.R

Lines 27 to 34 in b1829a3

banc_cave_tables <- function(datastack_name = NULL,
select = NULL){
if(is.null(datastack_name))
datastack_name=banc_datastack_name()
fac <- flywire_cave_client(datastack_name = datastack_name)
dsinfo <- fac$info$get_datastack_info()
if (!is.null(dsinfo$soma_table))
return(dsinfo$soma_table)

Is this correct @alexanderbates?

@jefferis
Copy link
Member Author

duplicate of #3 (train wifi issues I think)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants