procure_Ready4useIngest <- function(x,
fl_nm_1L_chr = NA_character_){
if(!is.na(fl_nm_1L_chr[1])){
object_xx <- x@objects_ls %>%
purrr::pluck(fl_nm_1L_chr)
}else{
object_xx <- x@objects_ls
}
return(object_xx)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.