Skip to contents

Use get_bo_document_report to get data from a tab in a BO document. Be sure to save the report after refreshing data in BO

Usage

get_bo_document_report(conn, document, report, skip = 0)

Arguments

conn

Connection reference obtained from open_bo_connection

document

Document as numeric id or tibble of properties obtained from get_bo_item_from_name

report

Name of report tab in document

skip

Rows of data to skip before header

Value

Tibble of report data

Details

Depending on the layout of the report tab you may need to skip rows in the output to get to the data The data returned is the table as it was last saved in BO