Top "Names" questions

"names" (plural) is an attribute of some R objects in the R language

Batch Script - Create Dynamic Variable Names or Array in For Loop

I would like to ask you if you can advise. I don't know if it is possible to create dynamic …

arrays variables batch-file dynamic names
what is the difference between names and colnames

I just want to understand if there is a difference between names and colnames when working with data.frame. Both …

r dataframe names
Checking if a domain name is registered

How would I go about checking if a domain name is registered? I was thinking about checking if it has …

php python dns names
Dataframes in a list; adding a new variable with name of dataframe

I have a list of dataframes which I eventually want to merge while maintaining a record of their original dataframe …

list r dataframe names lapply
What's the difference between Name and CanonicalName?

What is the difference between Java's Class.getName() and Class.getCanonicalName()?

java class names canonical-name
Java find start of file name and extension

HI, I have almost solved this but have now got stuck! What I need to do is look in a …

java file find directory names
Java FilenameFilter

I have a requirement to get all of the files in a directory that have a specific extension(say, .txt). …

java file filter names
read.csv replaces column-name characters like `?` with `.`, `-` with `...`

I'm using RStudio and my output on the Console gets truncated. I can't find how to stop the truncation (I …

r rstudio names read.csv
GDB backtrace does not show the function names

I compiled my library (specifically protbuf-2.3.0) using -g -O0 on a SunOS 5.10. A sample line in the make log is …

function gdb names backtrace
How to extract numeric values from a structure object in R

I need to extract numeric values from a variable which is a structure combined with numeric values and names structure(…

r structure numeric names