Skip to content

Commit

Permalink
Update L2_VWP_webcam_ET.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeller112 authored Jan 22, 2025
1 parent 06ed1d0 commit 0a5d0ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions _manuscript/L2_VWP_webcam_ET.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -1631,12 +1631,11 @@ agg_eye_data_quest <- rbind(eye_quest_good1, eye_quest_good2, eye_quest_bad1, ey
#| label: tbl-question
#| tbl-cap: Eye-tracking questionaire items
#| echo: false
eye_quests %>% select(Question,Key) %>%
eye_quests <- eye_quests %>% select(Question,Key) %>%
filter(Key=="value") %>%
select(-Key) %>%
distinct() %>%
tt() %>%
save_tt(here::here("_manuscript", "Figures", "Quest.png"), overwrite = TRUE)
tt()
knitr::include_graphics(here::here("_manuscript", "Figures","Quest.png"))
Expand Down

0 comments on commit 0a5d0ea

Please sign in to comment.