R shiny run time error


title: simple shony
output: html_document
runtime: shiny

  • title: simple shony
    Error: unexpected symbol in:
    "---
    title: simple shony"

output: html_document
Error: object 'output' not found
runtime: shiny
Error: object 'runtime' not found

It seems like you are typing this on the console. YAML headers have to be used in .Rmd files, on the source pane.

Can you give more detail about your problem? Ideally, Can you provide a proper REPRoducible EXample (reprex) illustrating your issue?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.