# We need a state object to use below
sess_res = NCA_test_mksession()
state = sess_res$state
# Current active table:
res = NCA_fetch_current_obj(state, "table")
res$ft
# Current active figure:
res = NCA_fetch_current_obj(state, "figure")
res$ggplot
Run the code above in your browser using DataLab