Skip to content

Commit

Permalink
Merge pull request #213 from JensWahl/fix_function_name
Browse files Browse the repository at this point in the history
fix function name in PerformanceAnalytics
  • Loading branch information
mdancho84 authored Sep 29, 2023
2 parents b05e5e2 + 93528c9 commit df6fa11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/tq_portfolio.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
#' to quickly rename columns.
#' @param n Number of times to repeat a data frame row-wise.
#' @param index_col_name A renaming function for the "index" column, used when repeating data frames.
#' @param ... Additional parameters passed to `PerformanceAnalytics::Returns.portfolio`
#' @param ... Additional parameters passed to `PerformanceAnalytics::Return.portfolio`
#'
#' @return Returns data in the form of a `tibble` object.
#'
#' @details `tq_portfolio` is a wrapper for `PerformanceAnalytics::Returns.portfolio`.
#' @details `tq_portfolio` is a wrapper for `PerformanceAnalytics::Return.portfolio`.
#' The main advantage is the results are returned as a `tibble` and the
#' function can be used with the `tidyverse`.
#'
Expand Down
4 changes: 2 additions & 2 deletions man/tq_portfolio.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit df6fa11

Please sign in to comment.