File: client_get.Rd

package info (click to toggle)
r-cran-rtweet 2.0.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,068 kB
  • sloc: sh: 13; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 531 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/client.R
\name{client_get}
\alias{client_get}
\title{Get the current client}
\usage{
client_get()
}
\value{
The current client used.
}
\description{
If no client has been set up for this session, \code{client_get()} will
call \code{\link[=client_as]{client_as()}} to set it up.
}
\examples{
\dontrun{
client_get()
}
}
\seealso{
Other client: 
\code{\link{client_as}()},
\code{\link{client_has_default}()},
\code{\link{client_save}()}
}
\concept{client}