{"term":"as.character()","description":"coerce object to character","url":"https://stat.ethz.ch/R-manual/R-devel/library/base/html/character.html","package":"base","title":"Data types"}
{"term":"as.factor()","description":"coerce object to factor","url":"https://stat.ethz.ch/R-manual/R-devel/library/base/html/factor.html","package":"base","title":""}
{"term":"as.numeric()","description":"coerce object to numeric","url":"https://stat.ethz.ch/R-manual/R-devel/library/base/html/numeric.html","package":"base","title":""}
{"term":"attr()","description":"return or set individual attribute values","url":"https://stat.ethz.ch/R-manual/R-devel/library/base/html/attr.html","package":"base","title":""}
{"term":"attributes()","description":"return all attributes of vector, matrix,
data frame, etc.","url":"https://stat.ethz.ch/R-manual/R-devel/library/base/html/attributes.html","package":"base","title":""}
{"term":"c()","description":"create vector of numbers, characters, etc.","url":"https://stat.ethz.ch/R-manual/R-devel/library/base/html/c.html","package":"base","title":""}
{"term":"class()","description":"return object class","url":"https://stat.ethz.ch/R-manual/R-devel/library/base/html/class.html","package":"base","title":""}
{"term":"data.frame()","description":"create data frame","url":"https://stat.ethz.ch/R-manual/R-devel/library/base/html/data.frame.html","package":"base","title":""}
{"term":"dim()","description":"return dimensions of matrix, data frame, etc.","url":"https://stat.ethz.ch/R-manual/R-devel/library/base/html/dim.html","package":"base","title":""}
{"term":"head()","description":"return first rows of matrix, data frame, etc.","url":"https://stat.ethz.ch/R-manual/R-devel/library/utils/html/head.html","package":"utils","title":""}
{"term":"length()","description":"return number of elements in a vector","url":"https://stat.ethz.ch/R-manual/R-devel/library/base/html/length.html","package":"base","title":""}
{"term":"matrix()","description":"create matrix of numbers, characters, etc.","url":"https://stat.ethz.ch/R-manual/R-devel/library/base/html/matrix.html","package":"base","title":""}
{"term":"names()","description":"return (and can assign) column names","url":"","package":"base","title":""}
{"term":"ncol()","description":"return number of columns in matrix,
data frame, etc.","url":"","package":"base","title":""}
{"term":"nrow()","description":"return number of rows in matrix,
data frame, etc.","url":"","package":"base","title":""}
{"term":"rep()","description":"create repetitions of numbers, characters, etc.","url":"","package":"base","title":""}
{"term":"seq()","description":"create sequences of numbers","url":"","package":"base","title":""}
{"term":"str()","description":"return object structure","url":"","package":"base","title":""}
{"term":"tail()","description":"return last rows of matrix, data frame, etc.","url":"","package":"base","title":""}
{"term":"tibble()","description":"create tibble","url":"","package":"tibble","title":""}
{"term":"typeof()","description":"return object type","url":"","package":"base","title":""}