galaxy_list_histories: List Galaxy histories (name and history id)

View source: R/2025-10-27_JF_R_Galaxy_functions.R

galaxy_list_historiesR Documentation

List Galaxy histories (name and history id)

Description

List Galaxy histories (name and history id)

Usage

galaxy_list_histories(galaxy_url = "https://usegalaxy.eu")

Arguments

galaxy_url

Character. Base URL of the Galaxy instance (for example "https://usegalaxy.eu"). If the environment variable GALAXY_URL is set, it takes precedence.

Value

data.frame with columns: history_name, history_id

Examples


histories <- galaxy_list_histories()


GalaxyR documentation built on July 6, 2026, 5:08 p.m.