Sound Viewer

df <- read.csv(params$data, stringsAsFactors = FALSE)

df$viewer <- 
  paste(create_image_look_up(img_src = df$pictures,
                                            img_caption = params$captions),
        create_sound_play(snd_src = df$audio))

df <- df[, -which(colnames(df) %in% c("audio", "pictures"))]

{.tabset .tabset-fade .tabset-pills}


data

DT::datatable(data = df, 
              filter = 'top', 
              rownames = FALSE, 
              options = list(pageLength = 50, dom = 'tip'), 
              escape = FALSE)
×

about




Try the phonfieldwork package in your browser

Any scripts or data that you put into this service are public.

phonfieldwork documentation built on March 3, 2021, 1:12 a.m.