mirror of
https://github.com/sensebox/opensensmapr
synced 2025-02-21 21:53:57 +01:00
parent
faa58d4bb8
commit
6a95171bd3
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ mutate.osem_measurements = dplyr_class_wrapper(osem_as_measurements)
|
||||||
#' @noRd
|
#' @noRd
|
||||||
#' @export
|
#' @export
|
||||||
`[.osem_measurements` = function(x, i, ...) {
|
`[.osem_measurements` = function(x, i, ...) {
|
||||||
s = NextMethod('[')
|
s = NextMethod()
|
||||||
mostattributes(s) = attributes(s)
|
mostattributes(s) = attributes(x)
|
||||||
s
|
s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue