uploadSessionHistory: Upload Session History

View source: R/reports.R

uploadSessionHistoryR Documentation

Upload Session History

Description

Uploads the current session history to a specified report.

Usage

uploadSessionHistory(report_id, dir = NULL)

Arguments

report_id

The ID of the report.

dir

The directory name for organizing session history files on the server. Defaults to 'NULL'.

Value

The parsed server response.

Examples

## Not run: 
  response <- uploadSessionHistory(
    report_id = "12345",
    dir = "session_logs",
  )
  print(response)

## End(Not run)

viafoundry documentation built on Aug. 23, 2025, 1:11 a.m.