load_previous_engineroom_results#
- class fourinsight.engineroom.utils.load_previous_engineroom_results(app_id, session, path=None, download_all=False, output_folder='output')[source]#
Load past EngineRoom results from a specified application and store locally in the same output folder
- Parameters:
app_id (str) – The EngineRoom application ID.
session (4insight session object) – Authorized 4insight session.
path (str or Path, optional) – The file path within the EngineRoom output folder. Ignored if download_all is True.
download_all (bool, optional) – If True, download all results in the output folder. Defaults to False.
output_folder (str, optional) – Name of the EngineRoom output folder. Defaults to “output”.