Add argument to exclude values from bookmarking

This commit is contained in:
Winston Chang
2016-04-26 15:22:40 -05:00
parent 0258d7e24f
commit 7910d9fde4
2 changed files with 24 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/restore.R
\name{encodeBookmarkDataURL}
\alias{encodeBookmarkDataURL}
\usage{
encodeBookmarkDataURL(input, exclude = NULL)
}
\arguments{
\item{input}{The session's input object.}
\item{exclude}{A character vector of input names that should not be
bookmarked.}
}