Topics
R Object
About this topic: Articles tagged __TAG__
Showing 3 articlesRelated tags
Topics
Articles
Showing 3 articles
How-tos
How to Remove User-Defined Objects From the Workspace in R
This article shows how to remove user-defined objects from the workspace in R using the rm() function and the Environment tab of R Studio.
↗
How-tos
How to Remove Object Names and Dimnames in R
This article shows how to remove the names and dimnames of objects and get only the values in R. Different approaches such as the unname() function, the as.vector() function, etc. …
↗
How-tos
How to Identify R Object Properties
In this article we will look at functions that help us identify the objects that we work with in R. Using functions such as str(), class(), typeof(), is.___() and attributes(), we …
↗
No articles found
Try clearing the filters.