Skip to content

Commit

Permalink
fix: closes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindhebbali committed Dec 19, 2023
1 parent 2e98ddc commit 834401d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/index.R
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ Index <- R6::R6Class(
use_series(indicators) %>%
use_series(adjclose) %>%
extract2(1) %>%
use_series(adjclose) %>%
unlist()
use_series(adjclose)

result$adj_close <- adj_close

Expand Down

0 comments on commit 834401d

Please sign in to comment.