[Blotter-commits] r19 - pkg/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Dec 17 15:32:10 CET 2008
Author: peter_carl
Date: 2008-12-17 15:32:10 +0100 (Wed, 17 Dec 2008)
New Revision: 19
Removed:
pkg/man/getTxnFees.Rd
Log:
- removed, using alias in getTxn.Rd
Deleted: pkg/man/getTxnFees.Rd
===================================================================
--- pkg/man/getTxnFees.Rd 2008-12-17 03:59:28 UTC (rev 18)
+++ pkg/man/getTxnFees.Rd 2008-12-17 14:32:10 UTC (rev 19)
@@ -1,50 +0,0 @@
-\name{getTxnFees}
-\alias{getTxnFees}
-%- Also NEED an '\alias' for EACH other topic documented here.
-\title{ ~~function to do ... ~~ }
-\description{
- ~~ A concise (1-5 lines) description of what the function does. ~~
-}
-\usage{
-getTxnFees(Portfolio, Symbol, Date)
-}
-%- maybe also 'usage' for other objects documented here.
-\arguments{
- \item{Portfolio}{ ~~Describe \code{Portfolio} here~~ }
- \item{Symbol}{ ~~Describe \code{Symbol} here~~ }
- \item{Date}{ ~~Describe \code{Date} here~~ }
-}
-\details{
- ~~ If necessary, more details than the description above ~~
-}
-\value{
- ~Describe the value returned
- If it is a LIST, use
- \item{comp1 }{Description of 'comp1'}
- \item{comp2 }{Description of 'comp2'}
- ...
-}
-\references{ ~put references to the literature/web site here ~ }
-\author{ ~~who you are~~ }
-\note{ ~~further notes~~
-
- ~Make other sections like Warning with \section{Warning }{....} ~
-}
-\seealso{ ~~objects to See Also as \code{\link{help}}, ~~~ }
-\examples{
-##---- Should be DIRECTLY executable !! ----
-##-- ==> Define data, use random,
-##-- or do help(data=index) for the standard data sets.
-
-## The function is currently defined as
-function(Portfolio, Symbol, Date)
-{
- TxnData = Portfolio[[Symbol]]$txn
- TxnFees = sum(TxnData[Date,'Txn.Fees'])
- return(TxnFees)
- }
-}
-% Add one or more standard keywords, see file 'KEYWORDS' in the
-% R documentation directory.
-\keyword{ ~kwd1 }
-\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
More information about the Blotter-commits
mailing list