I'm trying to build a website with blogdown where I can publish all the different analysis I've completed. Some of them were built with flexdashboard. Can I use flexdashboard with blogdown? If so, what should I add to the header?
title: Blogdown flexdashboard
author: ""
date: 'YYYY-MM-DD'
slug: " "
categories:
- R
tags:
- flexdashboard
- R Markdown
I will get back if further questions. I've followed the four steps (create R folder and build.r, host the file in the static folder and serve the site), and it seems it's not working. I will double-check the steps again and repeat the whole process.