When I open up a python script in R, it will auto complete the function or library. For example, if I start typing pd.read_excel(), R will offer to complete it. But as soon as my cursor is inside the function, hitting tab or ctrl+space will not offer me any arguments. I would like the coding to work exactly the same as for R: RStudio offers to autocomplete the function, I hit tab, then I hit tab to check out the arguments (or it pops up by default). What am I missing?
Also, when I hit tab or ctrl+space once my cursor is inside the function, it inserts a "=", mysteriously...
R version 4.1.0 (2021-05-18)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 18363)
Matrix products: default
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] forcats_0.5.1 stringr_1.4.0 dplyr_1.0.7 purrr_0.3.4
[5] readr_1.4.0 tidyr_1.1.3 tibble_3.1.2 ggplot2_3.3.5
[9] tidyverse_1.3.1 reticulate_1.22
loaded via a namespace (and not attached):
[1] tidyselect_1.1.1 xfun_0.24 haven_2.4.1 lattice_0.20-44
[5] colorspace_2.0-2 vctrs_0.3.8 generics_0.1.0 htmltools_0.5.1.1
[9] yaml_2.2.1 utf8_1.2.1 rlang_0.4.11 pillar_1.6.1
[13] withr_2.4.2 glue_1.4.2 DBI_1.1.1 rappdirs_0.3.3
[17] dbplyr_2.1.1 modelr_0.1.8 readxl_1.3.1 lifecycle_1.0.0
[21] munsell_0.5.0 gtable_0.3.0 cellranger_1.1.0 rvest_1.0.0
[25] evaluate_0.14 knitr_1.33 fansi_0.5.0 broom_0.7.8
[29] Rcpp_1.0.7 backports_1.2.1 scales_1.1.1 jsonlite_1.7.2
[33] fs_1.5.0 hms_1.1.0 png_0.1-7 digest_0.6.27
[37] stringi_1.6.2 grid_4.1.0 rprojroot_2.0.2 cli_3.0.1
[41] here_1.0.1 tools_4.1.0 magrittr_2.0.1 crayon_1.4.1
[45] pkgconfig_2.0.3 ellipsis_0.3.2 Matrix_1.3-3 xml2_1.3.2
[49] reprex_2.0.0 lubridate_1.7.10 rstudioapi_0.13 assertthat_0.2.1
[53] rmarkdown_2.11 httr_1.4.2 R6_2.5.0 compiler_4.1.0