Alex Siormpas
Alex Siormpas
I've just upgraded R to version 4.0.0. When I try to install the package with the following command ``` install.packages("redshiftTools",repos = c("http://rstudio.org/_packages","http://cran.rstudio.com")) ``` I am getting the following error: ```...
I'm trying to upload the content of a data frame into Redshift database using the following command: `redshiftTools::rs_upsert_table(MyDataFrame, dbcon=con, table_name='NewTableInDB', bucket="mybucket")` but it throws an error below: `Error in parse_aws_s3_response(r,...
I want to get data for 2 experiments that have - ga:ExperimentID==Id_of_Experiment_1 - ga:ExperimentID==Id_of_Experiment_2 So far I've managed to input the 1 but I'm struggling to find a solution to...