Sandra Rairán

Fexdashboard-example

May 01, 2020

flexdashboard-example

Flexdashboard usa R Markdown

Flexdashboard se muestra usando Github Pages.

Iniciar Install Homebrew

Install R and Pandoc

  • brew tap brewsci/science
  • brew install r
  • brew install pandoc

    instalar the flexdashboard package

r stdio:

  • install.packages(“flexdashboard”)
  • Create a new flexcashboard R Markdown file from the R console
  • rmarkdown::draft(“index.Rmd”, template = “flex_dashboard”, package = “flexdashboard”)
  • Crear un archivo _site.yml
  • name: “my-website”
  • output_dir: docs

Renderizar el sitio

  • rmarkdown::render_site()

agréguelo a.gitignore

echo docs/README.html >> .gitignore

Luego habilite las páginas de GitHub en: Source to master branch /docs folder in the GitHub Pages section of the repository settings.


Profile picture

Written by Sandra Rairan Soy Ingeniería de sistemas con habilidades Machine Learning y Ciencia de Datos. Mis Hobbies son la fotografía y el Avistamientos de Aves. You should follow them on Twitter

© 2021, Construído con Gatsby