You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The list study details call (/studies/{studyDbId}) works for simple cases, e.g. con <- ba_db()$sweetpotatobase; ba_studies_details(con = con, studyDbId = "182)
When the case gets more complicated, the output is horrible, e.g. con <- ba_db()$testserver; ba_studies_details(con = con, studyDbId = "1001")
The problem is caused by the stdd2tbl() function, which is in serious need of revision. Suggested strategy would be to use a similar approach as in the trld2tbl2() function.
The text was updated successfully, but these errors were encountered:
The list study details call (/studies/{studyDbId}) works for simple cases, e.g.
con <- ba_db()$sweetpotatobase; ba_studies_details(con = con, studyDbId = "182)
When the case gets more complicated, the output is horrible, e.g.
con <- ba_db()$testserver; ba_studies_details(con = con, studyDbId = "1001")
The problem is caused by the stdd2tbl() function, which is in serious need of revision. Suggested strategy would be to use a similar approach as in the trld2tbl2() function.
The text was updated successfully, but these errors were encountered: