我已经尝试了许多htmlwidget的pkgdown,但是没有示例工作。他们都会返回相同误差
USArrests %>%
dplyr::mutate(
State = row.names(.),
Rape = -Rape
) %>%
e_charts(State) %>%
e_bar(Murder) %>%
e_bar(Rape, name = "Sick basterd", x.index = 1) # second y axis
#> Error in yaml.load(readLines(con), error.label = error.label, ...): argument "error.label" is missing, with no defaultyaml包版本没有帮助。2.1.3也于事无补。https://stackoverflow.com/questions/49598400
复制相似问题