#' @title DCard General Board Info
#' @description Returns general info regarding each board.
#' @importFrom jsonlite fromJSON
#' @return
#' @export
#'
#' @examples
dcardForumInfo <- function(){
jsonlite::fromJSON("https://www.dcard.tw/_api/forums")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.