Make list object storing paths to local data.
paths_ls <- params_ls %>% ready4show::make_paths_ls(depth_1L_int = ifelse(is.null(params_ls$transform_paths_ls), 1, 2))
paths_ls <- rlang::exec(params_ls$transform_paths_ls$fn, paths_ls, !!!params_ls$transform_paths_ls$args_ls)
Enable relative references to local files and directories.
here::i_am(paste0(paths_ls$path_from_top_level_1L_chr, "/", paths_ls$write_to_dir_nm_1L_chr, "/Markdown/_Make_Ws.Rmd"))
Write directories to which all output will be saved and add details to paths list.
paths_ls <- ready4show::write_all_outp_dirs(paths_ls = paths_ls)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.