Generation

generate functionThu, 12 Jan 2023

create a table named dipendenti

dipendenti <- function(nome, cognome, luogo, data) { dipendenti <- data.frame(nome, cognome, luogo, data) return dipendenti } dipendenti("Christian", "Tessaro", "Milano", "22/11/1987")

Want to kickstart your project?Use the new AI Studio to create your code