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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -