检索 BioCyc SmartTable
biocyc_retrieve_smart_table.Rd
此函数用于检索 BioCyc SmartTable 的内容
Examples
if (FALSE) { # \dontrun{
session <- establish_biocyc_session("your_email@example.com", "your_password")
table_id <- "your_smart_table_id"
result <- retrieve_smart_table(session, table_id)
print(result)
} # }