NetLogo 7.0.0-beta2:

resource:get

resource:get name

Reports the contents of the resource whose name matches the input string. If the resource is plain text, the contents will be reported as such. Otherwise, the contents will be reported as a Base64 string. An error will be thrown if the specified resource does not exist.

Take me to the full Resource Extension Dictionary