redivis$current_notebook
redivis$current_notebook() → Notebook
Returns:
Examples
df = get_dataframe_somehow()
notebook <- redivis$current_notebook()
# Create an output table on the current notebook
# Optional parameter, append (default FALSE), determines whether the output appends to
# or replaces the output table.
notebook$create_output_table(df, append=FALSE) Was this helpful?

