R program to illustrate # print function # Creating a data frame x <- cars[1:5, ] # Calling the print() function # to print the above data frame print(x).
確定! 回上一頁