Skip to content

Commit fa6b887

Browse files
committed
Fixed link in man
1 parent 74249df commit fa6b887

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

R/ds.asDataFrame.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#' a data frame
99
#' @param newobj a character string that provides the name for the output object
1010
#' that is stored on the data servers. Default \code{asdataframe.newobj}.
11-
#' @param datasources a list of \code{\link{DSConnection-class}}
11+
#' @param datasources a list of \code{\link[DSI]{DSConnection-class}}
1212
#' objects obtained after login. If the \code{datasources} argument is not specified
13-
#' the default set of connections will be used: see \code{\link{datashield.connections_default}}.
13+
#' the default set of connections will be used: see \code{\link[DSI]{datashield.connections_default}}.
1414
#' @return \code{ds.asDataFrame} returns the object converted into a data frame
1515
#' that is written to the server-side.
1616
#' @examples

R/ds.sample.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@
110110
#' For further details see help for \code{sample} in native R.
111111
#' @param newobj This a character string providing a name for the output
112112
#' data.frame which defaults to 'newobj.sample' if no name is specified.
113-
#' @param datasources a list of \code{\link{DSConnection-class}}
113+
#' @param datasources a list of \code{\link[DSI]{DSConnection-class}}
114114
#' objects obtained after login. If the \code{datasources} argument is not specified
115-
#' the default set of connections will be used: see \code{\link{datashield.connections_default}}.
115+
#' the default set of connections will be used: see \code{\link[DSI]{datashield.connections_default}}.
116116
#' @param notify.of.progress specifies if console output should be produce to indicate
117117
#' progress. The default value for notify.of.progress is FALSE.
118118
#' @return the object specified by the <newobj> argument (or default name

man/ds.asDataFrame.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/ds.sample.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)