3 lines
109 B
R
3 lines
109 B
R
read_entry <- function(conn, idwert) {
|
|
dbxSelect(conn, paste0("SELECT * FROM entries WHERE id=", idwert))
|
|
} |