Skip to contents

This function retrieves items information from the UNIFI API for a specified UNIFI folder using the provided connection parameters. The function filters and returns analysis items based on their type.

Usage

analysis_search(folder_id, connection_params = NULL)

Arguments

folder_id

The identifier of the folder for which items are to be retrieved.

connection_params

Connection parameters to the UNIFI API, including the API host URL and access token.

Value

A data frame containing analysis item information from the UNIFI API, with unnecessary columns removed for clarity.

Example usage: con_params <- create_connection_params(api_host_url, api_token) analysis_items <- analysis_search(con_params, folder_id)