Skip to contents

A Shiny module that provides side-by-side frame comparison functionality for analyzing artwork creation progression. Allows users to select and compare two different frames from the artwork creation timeline.

Usage

compareFramesUI(id)

compareFramesServer(id, r)

Arguments

id

Character string. The module's namespace ID.

r

Reactive values object containing artwork data from parent app. Expected to contain: - `appdata$artwork$stats$artist_uuid`: Artist identifier - `appdata$artwork$stats$art_uuid`: Artwork identifier - `appdata$config$n_frames`: Total number of frames - `appdata$artwork$frame_stats`: Per-frame analytics with 21 columns of statistics

Functions

  • compareFramesUI(): Module UI function

  • compareFramesServer(): Module server function

See also

Other ui-modules: mod-play-ts