Zwróć nazwę zestawu danych w R

# in r
a <- data.frame()
deparse(substitute(a))
Poor Porcupine