Search notes:

R function: as.name

as.name is identical to as.symbol.
as.name(t) is implemented as as.vector(t, 'symbol').

Type

The type (typeof(…)) of a name is symbol:
typeof(as.name('foo'));
#
#  "symbol"
Github repository about-R, path: /functions/as/name/typeof.R

See also

is.name
Using as.name to load packages whose names are stored in variables.
Index to (some) R functions

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758201147, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/R/functions/as/name(54): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78