Skip to content

Commit

Permalink
fix itemize syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
spoltier authored Feb 7, 2024
1 parent e544a0a commit a5fa21d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions man/xlcCall.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ xlcCall(obj, fun, ..., .recycle = TRUE,
}
\item{.withAttributes}{
Whether the function being called returns a wrapped Java object with attributes.

If \code{TRUE}:
\itemize{- the object will be unwrapped}
\itemize{- if option \code{XLConnect.mapAttributesFromJava} is \code{TRUE}, the attributes will be processed and set on the resulting R object.}
\itemize{
\item the object will be unwrapped
\item if option \code{XLConnect.mapAttributesFromJava} is \code{TRUE}, the attributes will be processed and set on the resulting R object.
}
}
}
\details{
Expand Down

0 comments on commit a5fa21d

Please sign in to comment.