File: extract_calling_function.Rd

package info (click to toggle)
r-cran-marginaleffects 0.32.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,784 kB
  • sloc: sh: 13; makefile: 8
file content (18 lines) | stat: -rw-r--r-- 511 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/class.R
\name{extract_calling_function}
\alias{extract_calling_function}
\title{Extract calling function name from call object}
\usage{
extract_calling_function(call)
}
\arguments{
\item{call}{The call object from which to extract the function name}
}
\value{
Character string of the calling function ("comparisons", "predictions", or "hypotheses")
}
\description{
Extract calling function name from call object
}
\keyword{internal}