C# 클래스 Microsoft.Markdown.Editor.Utility.MarkdownUtility

파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
GetRContentFromMarkdownCodeBlock ( string content ) : string

Converts R code block as it appears in R Markdown to legal R. Drops options setting block '{r, x = FALSE, ...}. Allows for curly brace nesting.

http://rmarkdown.rstudio.com/developer_parameterized_reports.html#accessing_from_r

메소드 상세

GetRContentFromMarkdownCodeBlock() 공개 정적인 메소드

Converts R code block as it appears in R Markdown to legal R. Drops options setting block '{r, x = FALSE, ...}. Allows for curly brace nesting.
http://rmarkdown.rstudio.com/developer_parameterized_reports.html#accessing_from_r
public static GetRContentFromMarkdownCodeBlock ( string content ) : string
content string
리턴 string