Skip to content

Commit

Permalink
don't tidy labels
Browse files Browse the repository at this point in the history
  • Loading branch information
mwmclean committed Sep 11, 2017
1 parent 31c5089 commit ce4e552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tidyrawdata.R
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ TidyRawData <- function(data,
## Search for common prefix for labels
if (extract.common.lab.prefix)
{
labs <- ExtractCommonPrefixFromLabels(data, tidy = TRUE)
labs <- ExtractCommonPrefixFromLabels(data, tidy = FALSE)
if (!is.na(labs$common.prefix)) ## update labels and add common prefix attribute
{
attr(data, "label.prefix") <- labs$common.prefix
Expand Down

0 comments on commit ce4e552

Please sign in to comment.