get_sofjob <- function(){
pacman::p_load(tidyverse, seymour)
jobs <- paste0("feed/https://stackoverflow.com/jobs/feed") %>%
feedly_stream(.) %>%
feedly_continue(., 100)
glimpse(jobs)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.