Rstudio

12345678910111213141516
Across
  1. 2. data type which takes only two values
  2. 7. R was developed at which university
  3. 8. returns (invisibly) the list of attached packages
  4. 9. one of the four main windows in R studio
  5. 11. window where commands are typed
  6. 13. provide access to the documentation pages
  7. 15. function to check type of variables
  8. 16. appends vector, matrix or dataframe by columns
Down
  1. 1. R is suitable for which type of computing
  2. 3. collection of r funct's, complied code and sample data
  3. 4. data objects used to categorize the data & storelevels
  4. 5. which type of translator is R?
  5. 6. words which can't is used as variables
  6. 10. function to check your current working directory
  7. 12. everything in R is __
  8. 14. R is which type of language