Skip to content

Commit

Permalink
Update class assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
chartgerink committed Feb 5, 2025
1 parent b51a9d6 commit 2a2c468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/make_safeframe.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ make_safeframe <- function(x,
x <- tag_variables(x, tags)

# shape output and return object
class(x) <- unique(c("safeframe", class(x)))
class(x) <- c("safeframe", class(x))
x
}

0 comments on commit 2a2c468

Please sign in to comment.