Summarise Recording object
summary.Recording.Rd
Summarise Recording object
Usage
# S3 method for Recording
summary(object, ...)
Examples
r <- get_sample_recording()
summary(r)
#> $data_home
#> [1] "/private/var/folders/b0/vtr2rd_96119zlr64t5hvlgr0000gp/T/Rtmp9AFYAo/temp_libpath9e3f6307ab8/movementsync"
#>
#> $data_path
#> [1] "/private/var/folders/b0/vtr2rd_96119zlr64t5hvlgr0000gp/T/Rtmp9AFYAo/temp_libpath9e3f6307ab8/movementsync/data"
#>
#> $data_files
#> [1] "NIR_ABh_Puriya_Annotation.rda"
#> [2] "NIR_ABh_Puriya_Annotation_Influence.rda"
#> [3] "NIR_ABh_Puriya_Central_Feature_Sitar.rda"
#> [4] "NIR_ABh_Puriya_Central_Pose_Sitar.rda"
#> [5] "NIR_ABh_Puriya_Central_Pose_Tabla.rda"
#> [6] "NIR_ABh_Puriya_Metre_DrutTeental.rda"
#> [7] "NIR_ABh_Puriya_Metre_VilambitTeental.rda"
#> [8] "NIR_ABh_Puriya_Onsets_Selected_DrutTeental.rda"
#> [9] "NIR_ABh_Puriya_Onsets_Selected_VilambitTeental.rda"
#> [10] "NIR_ABh_Puriya_OptFlow_Central_Sitar.rda"
#>
#> $stem
#> [1] "NIR_ABh_Puriya"
#>
#> $fps
#> [1] 25
#>
#> attr(,"class")
#> [1] "Recording"