mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-09 14:15:40 -05:00
Result of running roxygen2md(scope = "none")
Enables markdown. Only observed one non-whitespace difference on a line
that had used backticks previously which were previously not being
parsed as a code block.
-explicitly using the `title` parameter of the top-level page function.
+explicitly using the \code{title} parameter of the top-level page function.
This commit is contained in:
@@ -12,9 +12,9 @@ parseQueryString(str, nested = FALSE)
|
||||
\item{nested}{Whether to parse the query string of as a nested list when it
|
||||
contains pairs of square brackets \code{[]}. For example, the query
|
||||
\samp{a[i1][j1]=x&b[i1][j1]=y&b[i2][j1]=z} will be parsed as \code{list(a =
|
||||
list(i1 = list(j1 = 'x')), b = list(i1 = list(j1 = 'y'), i2 = list(j1 =
|
||||
'z')))} when \code{nested = TRUE}, and \code{list(`a[i1][j1]` = 'x',
|
||||
`b[i1][j1]` = 'y', `b[i2][j1]` = 'z')} when \code{nested = FALSE}.}
|
||||
list(i1 = list(j1 = 'x')), b = list(i1 = list(j1 = 'y'), i2 = list(j1 =
|
||||
'z')))} when \code{nested = TRUE}, and \code{list(`a[i1][j1]` = 'x',
|
||||
`b[i1][j1]` = 'y', `b[i2][j1]` = 'z')} when \code{nested = FALSE}.}
|
||||
}
|
||||
\description{
|
||||
Returns a named list of key-value pairs.
|
||||
|
||||
Reference in New Issue
Block a user