bloomberg - R - Rblpapi library - is there an equivalent to BFieldInfo()? -


in excel use bfieldinfo("field name", "des") retrieve information specific field. there way access same information using rblpapi?

rblpapi has function called fieldinfo("field name") output not helpful me:

> fieldinfo("px_last")            id mnemonic datatype ftype px_last pr005  px_last   double price > fieldinfo("rsi_14d")            id mnemonic datatype ftype rsi_14d ht005  rsi_14d   double  real 

thanks


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -