I know how to use python to load an existing s3 bucket in sage maker using R. Something like this:
role = get_execution_role() region = boto3.Session().region_name bucket='existing S3 Bucket' data_key = 'Data file in the existing s3 bucket' data_location = 's3://{}/{}'.format(bucket, data_key) How can one recreate this using R in Sage maker? All i see in the available documentation is how to create a new bucket but none of it mentions how to use an existing S3 bucket. Help would be appreciated.
link to documentation for R in sage maker: https://aws.amazon.com/blogs/machine-learning/using-r-with-amazon-sage maker/
reticulatelibrary and hopefully execute the same Python code in R.