I'm trying to see if a file exists on sharepoint. For this is use below code. If I use "MSXML2.XMLHTTP.6.0" then I get an access denied error. With "MSXML2.Ser
I want to save a function I've made to a string variable and call it later via the variable - something like this: String hello = "helloWorld();"; void loop()
//@version=5enter code here`indicator("Clean", overlay=true) enter code hereshowlast = input(defval=false, title='Show only Last Label') enter code hereshowsign
A few months ago I created a jenkins freestyle job that gets triggered whenever I push an R development into a GitHub repository. This job then does some basic
I want to group according to 3 variables and create new variables with the summarise function. My code: Option 1 library(tidyverse) library(dplyr) example2<
I am having a listBuffer with some records. I need to write it into HDFS in CSV format.