https://github.com/ropensci/rfishbase
Raw File
Tip revision: 3c44ce068f594ded3db1176bb5f660ac463e3eae authored by Carl Boettiger on 01 June 2023, 18:57:17 UTC
slb 23.05
Tip revision: 3c44ce0
fishbase_pane.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/rstudio_pane.R
\name{fishbase_pane}
\alias{fishbase_pane}
\title{Open database connection pane in RStudio}
\usage{
fishbase_pane()
}
\description{
This function launches the RStudio "Connection" pane to interactively
explore the database.
}
\examples{
\dontshow{if (interactive()) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf}

if (!is.null(getOption("connectionObserver"))) fishbase_pane()
\dontshow{\}) # examplesIf}
}
back to top