This commit is contained in:
Martin Chan 2024-06-06 12:55:14 +01:00
Родитель 4c72b0a0e2
Коммит 0d960e8011
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -106,7 +106,7 @@ create_stacked <- function(data,
check_inputs(requirements = required_variables)
## Plot Title Handling
if(class(metrics)=="character" & length(metrics)==1){
if(is(object = metrics, class2 = "character") & length(metrics) == 1){
plot_title <- us_to_space(metrics)
}
else{ #vector of strings