File: is.SharedData.Rd

package info (click to toggle)
r-cran-crosstalk 1.2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 464 kB
  • sloc: javascript: 1,697; sh: 15; makefile: 7
file content (17 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/crosstalk.R
\name{is.SharedData}
\alias{is.SharedData}
\title{Check if an object is \code{SharedData}}
\usage{
is.SharedData(x)
}
\arguments{
\item{x}{The object that may or may not be an instance of \code{SharedData}}
}
\value{
logical
}
\description{
Check if an object is an instance of \code{\link{SharedData}} or not.
}