Top "Named" questions

Anything named - objects, variables, classes.

How to use `assign()` or `get()` on specific named column of a dataframe?

Is there a way to assign a value to a specific column within a data frame? e.g., dat2 = data.…

r dataframe assign named
Named Ranges in Excel OpenXML

I am trying to create named ranges in Excel with OpenXML. I am able to add a DefinedName in the …

excel openxml named range
Resize Named Range VBA

VBA Excel 2016 I'm trying to dynamically resize a range if the number of columns is less for that range after …

vba range named
'Set' <NSObject> does not have a member named 'anyObject'

today i updated xcode with Swift 1.2 my code was working well on Swift 1.1 but when i updated i got this …

swift object member named
Use input of purrr's map function to create a named list as output in R

I am using the map function of the purrr package in R which gives as output a list. Now I …

r list named purrr