Skip to content

Commit 75b24c6

Browse files
committed
Fix issue with previous commit
1 parent 6d25867 commit 75b24c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/ieee_article.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ ieee_article <- function(
7676
args <- c(args, plist[plist])
7777

7878
# Convert to pandoc arguments
79-
pandoc_arg_list <- mapply(rmarkdown::pandoc_arg_variable, names(args), args,
79+
pandoc_arg_list <- mapply(rmarkdown::pandoc_variable_arg, names(args), args,
8080
USE.NAMES = FALSE, SIMPLIFY = FALSE)
8181
pandoc_arg_list <- unlist(pandoc_arg_list)
8282

0 commit comments

Comments
 (0)