summaryrefslogtreecommitdiffstats
path: root/src/arrow/r/man/arrow_info.Rd
blob: 95444a8bb73e0e74f8d0be22a244c15859df6964 (plain)
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/arrow-package.R
\name{arrow_info}
\alias{arrow_info}
\title{Report information on the package's capabilities}
\usage{
arrow_info()
}
\value{
A list including version information, boolean "capabilities", and
statistics from Arrow's memory allocator, and also Arrow's run-time
information.
}
\description{
This function summarizes a number of build-time configurations and run-time
settings for the Arrow package. It may be useful for diagnostics.
}