library(tidyverse)
sub02 <- fst::read_fst(here::here("data-raw", "sub-02_task-con_area-V1_space-T1w_beta.fst")) |>
tibble::as_tibble() |>
dplyr::mutate(
sub = factor(sub),
voxel = factor(voxel),
run = factor(run),
ses = factor(ses)
)
usethis::use_data(sub02, overwrite = TRUE, version = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.