Add argument to exclude values from bookmarking

This commit is contained in:
Winston Chang
2016-04-26 15:22:40 -05:00
committed by Joe Cheng
parent 21a436189a
commit c207e130f8
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.}
}