What are the different import functions in r?
Answer / Shashank Braham Dev Narayan
```Rnnread.csv("file_path", header = TRUE), read.table("file_path", header = TRUE), read.delim("file_path"), read.xlsx("file_path"), readxl::read_excel("file_path") n```
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is R Important?
How many types of object are present In R?
Give examples of “select” and “filter” functions from “dplyr” package.
How will you convert a factor variable to numeric in r language?
What is the power analysis?
What is debugging in R?
How many types of data types are provided by R?
Write the r programming code for an array of words so that the output is displayed in decreasing frequency order?
What is a factor?
Write the syntax to set the path for current working directory in r environment?
Explain what is transpose?
Explain how to create a function in arguments using apply() in r?