Skip to content

Commit 7681446

Browse files
committed
fix subject as data frame
1 parent b515be8 commit 7681446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/geoflow_entity.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -2218,7 +2218,7 @@ geoflow_entity <- R6Class("geoflow_entity",
22182218
if(!is.null(kwd$uri)) outkwd <- paste(outkwd, kwd$uri, sep="@")
22192219
return(outkwd)
22202220
}),collapse=",")
2221-
outsubj <- paste(name,kwds,sep=":")
2221+
outsubj <- paste(key,kwds,sep=":")
22222222
return(outsubj)
22232223
}),collapse=line_separator),
22242224
#Contact

0 commit comments

Comments
 (0)